You are not logged in.
Hi,
Is it possible not to show this button or to gray it out?
I don't want ppl to insert JS into their postings...
Thanks,
[url=http://mangoplex.com/forums/display_forum.php?fid=2]MangoPlex[/url] - The forums centre
Offline
http://xinha.gogo.co.nz/punbb/viewtopic.php?id=577
This should be added to the FAQ
Offline
the answer is in htmlarea.js line 561 (changeset 465)
config.hideSomeButtons(" htmlmode ");
quote from htmlarea.js comment :
/** Call this function to remove some buttons/drop-down boxes from the toolbar.
* Pass as the only parameter a string containing button/drop-down names
* delimited by spaces. Note that the string should also begin with a space
* and end with a space. Example:
*
* config.hideSomeButtons(" fontname fontsize textindicator ");
*
* It's useful because it's easier to remove stuff from the defaul toolbar than
* create a brand new toolbar ;-)
*/
HTMLArea.Config.prototype.hideSomeButtons = function(remove) {
Offline
Hi
I am working for sun micro systems.I am using xinha editor in my cms project.
When I click on "Toggle HTML Source" button , all the buttons are being disabled.
Can I enable few of these plugins to be active even in html source mode.
Thanks
K.Joshna
Offline