[Typo3] Custom "Style Buttons" in RTE

Jan Bednarik info at bednarik.org
Sun Oct 2 13:52:10 CEST 2005


> I would like to have the possiblity that one button - for example the 
> paragraph button, to have customizable options. So it would not necessarily 
> be about inventing new buttons, but adding options to existing buttons would 
> help.  

Put lines like this to you TSConfig:

RTE.default.contentCSS = fileadmin/myweb/stylesforRTE.css
RTE.default.proc.HTMLparser_db.tags.span.fixAttrib.class.list = ,red,blue

And the CSS would contain
span.red{ ... }
span.blue { ... }

--
Jan Bednarik



More information about the TYPO3-english mailing list