Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
New to Tiny MCE - Need to add a button
System
Hey,
I am new to Tiny MCE customization. I need to add an HTML source button in site publisher components text area datum for a particular site only. I have checked the site publisher document and it asks me to visit the Tiny MCE wiki. However, i am unable to nail down the area where i can get this configuration.
Can anyone help?
Find more posts tagged with
Comments
Migrateduser
Any help here is appreciated!
Migrateduser
reposting again!
cecilb63
There is a section in the documentation that describes how to customize tinymce to do this.
I'd recommend downloading all the documentation into one folder in order to do pdf searches for 'tinymce' or whatever issue you are looking for.
sandujamanuj
Hi,
You can add or remove buttons in TinyMCE by doing a configuration in
/httpd/iw/tinymce/config/custom_config.js file.
This config file is quite self explanatory and you will get to know how to add o remove the buttons.
Migrateduser
Hi Manuj,
I am aware of the config file. However making any changes here reflects it globally. I need to add a button to the tiny mce editor for a particular site only. So lets just say i have 4 country branches namely US, UK, DE and NL. I want to make a new button available only for the UK branch. Is such a configuration possible?
interDev
Are you using DCR based components?
Tiny MCE allows you to create multiple custom configurations. Create one each for all the required countries.
In your DCT, check in which country (or branch) user is in (Using perl)and based on the country, load the corresponding TinyMCE configuration.
HTH.