[TYPO3-rte] tinymce_rte custom table fields configurations

Bob Wild rowild at gmx.net
Fri Nov 27 15:10:38 CET 2009


Hi, list,

I added 3 columns to tt_content and need a minimum RTE setup for these 
fields.

So after defining the default setup in the PageTS of the root page ---

RTE.default {
...
}


--- I added:


RTE.tt_content.field.tx_rwaddcontentfields_teaser_header.init {
	showButtons = bold, link, typo3link, unlink, code, formatselect, 
styleselect, fontselect, fontsizeselect, forecolor, forecolorpicker, 
removeformat

	theme_advanced_text_colors = 6b6f66,007cc1,000000,ffffff
    	theme_advanced_more_colors = false

    	width = 480px
    	height = 50px
    	
    	theme_advanced_buttons1=link,typo3link,unlink,|,code
         theme_advanced_buttons2=
theme_advanced_buttons3 = bold,formatselect, styleselect, fontselect, 
fontsizeselect, forecolor, forecolorpicker, removeformat
	theme_advanced_buttons4=
}

(Line breaks are a result of the mail program)

The table name is copied from phpmyadmin and I followed the explanations 
found here:
http://typo3.org/documentation/document-library/extension-manuals/tinymce_rte/0.4.0/view/1/3/#id4569300

But - I can't get it working. Can anybody hint me into the proper 
direction?

Thanks in advance!
Robert


More information about the TYPO3-project-rte mailing list