[TYPO3] TCEFORM.tt_content.section_frame depending on column NORMAL or RIGHT

Lars Haendler typo3 at larshaendler.com
Mon Aug 18 10:21:06 CEST 2008


Hi all,

I search for this some time but found no solution.

With TCEFORM.tt_content.section_frame I can easily define new frame 
layouts. But it looks like I can't define different section frames for 
say the RIGHT and NORMAL column.


/* this should be NORMAL column */
TCEFORM.tt_content.section_frame {
	removeItems = 2,3,4,5,6,10,11,12,20,21
	altLabels.0 = standard
	addItems.1 = blockquote
}


/* this should be RIGHTcolumn */
TCEFORM.tt_content.section_frame {
	removeItems = 1,2,3,4,5,6,10,11,12,20,21
	altLabels.0 = standard
	addItems.2 = blue border
	addItems.3 = rounded corners
}

Is there a way?

Thanks
Lars


More information about the TYPO3-english mailing list