[TYPO3-RTE] RTE in frontend: transforming tags into entities

Thomas Allmer at at delusionworld.com
Thu Dec 4 19:09:50 CET 2008



Michael Bakonyi wrote:
> 
> RTE{
>    default {
> 	# ...
> 	FE < RTE.default
>    	FE.showButtons = bold, italic, unorderedlist, insertcharacter, link
>    	FE.userElements >
>    	FE.userLinks >
>    }
> 	
> }
> 

You could try this: 

Add a dot before .RTE.default
	FE < .RTE.default
	
or do it outside, afterward ( after closed RTE.default { } )
RTE.default.FE >
RTE.default.FE < .RTE.default

RTE.default.FE {
	showButtons = ..
}
-- 
View this message in context: http://n2.nabble.com/RTE-in-frontend%3A-transforming-tags-into-entities-tp1448718p1614661.html
Sent from the TYPO3 project rte mailing list archive at Nabble.com.



More information about the TYPO3-project-rte mailing list