[Typo3] rte_conf

Jean-Gael Rouchon jean-gael at rouchon.org
Mon Mar 14 15:25:42 CET 2005


The extension just set the following TSconfig to the admin profile : 
RTE.default {
	".($_EXTCONF["en."]["tables"]?"  proc.preserveTables = 1":"")."
	  showButtons =
".($_EXTCONF["en."]["extended"]?"cut,copy,paste,fontstyle,fontsize,textcolor":"").",".($_EXTCONF["en."]["tables"]?"table":"")."
	  hideButtons =
".($_EXTCONF["en."]["extended"]?"class,user,chMode":"")."
	}
	");


This extends the RTE.default array and give a hint on the syntax.

add 
RTE.default {
	proc.preserveTables = 1
	showButtons = cut,copy,paste,fontstyle,fontsize,textcolor,table
}
	to the TSConfig for that user group or user should do th trick
Look at the TSconfig manual for further info and new buttons

Cheers

Jean-Gaël

On lun, 2005-03-14 at 14:59 +0100, Pierre wrote:
> Hi all,
> 
> I use the rte_conf extension, and i wanna enable it for non-admin BE 
> users ? what do i have to do ?
> I've looked for it into the extension but see nothing special..
> Any idea please ?
> Thanks in advance
> Pierre
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english




More information about the TYPO3-english mailing list