TinyMCE rich text control font colors

nassausky

Member
Thanks Debbie :)

OK very nice. It was a simple add, just added
"theme_advanced_buttons3_add : "forecolor,backcolor"

line below to the beginning of the header.php file as shown below:

tinyMCE.init({
mode : "specific_textareas",
theme : "advanced",
editor_selector : "rich_editor",
theme_advanced_buttons3_add : "forecolor,backcolor"
});


Just not sure where it's being called in the databik code to create the rtf fields. I did a search for "mce" in the index.php and business_logic.php assuming it was tagged with either of those terms. :(



BTW 2 more questions, how can I bold something in a post here to make that theme line standout as my addition.. and I lost in this site my link for the file listings of dadabik.. Somewhere it told me generally what each file contained in the dadabik install.

Thanks for everyone taking there time to help.
 

billthecat

Well-known member
[ b ] your text [ / b ]

I put in spaces so you can see it.

2nd part of that I'm not sure...



Post Edited (03-29-07 09:07)
 
Top