I have been looking everywhere how to enable the "full justify" button in the toolbar, since it only appears "left", "center" and "right", but my customer wants to have a "full justify" button.
I checked out the tinymceConfig.config and there appears the button that I need to enable:
First of all you should make sure to recycle the app pool. Whenever changes are made to a file located in the /config/ folder this is necessary in order for the changes to take effect.
Then, if everything is setup correctly in your tinymceeditor.config file you should be able to go to "Developer -> Datatypes" and then choose the Rich text tiny MCE editor and choose the new option for the list that appear.
TinyMCE - Enabling full justify tool bar button
Hello...
I have been looking everywhere how to enable the "full justify" button in the toolbar, since it only appears "left", "center" and "right", but my customer wants to have a "full justify" button.
I checked out the tinymceConfig.config and there appears the button that I need to enable:
<command>
<umbracoAlias>JustifyFull</umbracoAlias>
<icon>images/editor/justifyfull.gif</icon>
<tinyMceCommand value="" userInterface="false" frontendCommand="alignjustify">alignjustify</tinyMceCommand>
<priority>34</priority>
</command>
but i can't find where to set it visible.
Any hint?
thanks.
Hi Carlos
First of all you should make sure to recycle the app pool. Whenever changes are made to a file located in the /config/ folder this is necessary in order for the changes to take effect.
Then, if everything is setup correctly in your tinymceeditor.config file you should be able to go to "Developer -> Datatypes" and then choose the Rich text tiny MCE editor and choose the new option for the list that appear.
Hope this helps and makes sense.
/Jan
Too easy to find it and avoid feeling embarresed.... :( Thank you once more Jan.
Regards!!!
Hi Carlos
You're welcome - No need to be embarrassed - it can happen to anyone :)
Please mark the issue as solved so others who may come across it can go straight to the solution.
Happy coding.
/Jan
is working on a reply...