[TYPO3] how to add custom frames to page content

Tyler Kraft headhunterxiii at yahoo.ca
Thu Feb 15 11:28:16 CET 2007


In your page ts_config

TCEFORM.tt_content.section_frame{
	altLabels.0 = No border
	altLabels.1 = Border
	removeItems = 5,6,10,11,12,20,21
}



in you template setup

tt_content.stdWrap.innerWrap.cObject.0 = TEXT
tt_content.stdWrap.innerWrap.cObject.0.value = <div 
class="normaltext">|</div>

tt_content.stdWrap.innerWrap.cObject.1 = TEXT
tt_content.stdWrap.innerWrap.cObject.1.value = <div 
class="frametext">|</div>






John Kavanagh wrote:
> Hi all,
> 
>  
> 
> Can anyone tell me how I can add my own styles to the Frame drop down?
> (the one that appears as a secondary option for the content type of an
> element).
> 
> I could really use more than just frame 1 and 2 !!!
> 
>  
> 
> Thanks a million,
> 
>  
> 
> John.
> 
>  
> 
> Roomthree Design
> 29-30 Dame Street 
> Dublin 2 
> Phone +353 1 6709019 
> Fax +353 1 6709215 
> www.roomthree.com <http://www.roomthree.com/>  
> 
> 
> The information in this e-mail is confidential and may be legally
> privileged. 
> It is intended solely for the addressee. Access to this e-mail by anyone
> else 
> is unauthorised. If you are not the intended recipient, any disclosure,
> copying, 
> distribution, or any action taken or omitted to be taken in reliance on
> it, 
> is prohibited and may be unlawful
> 
>  
> 


More information about the TYPO3-english mailing list