Hi, screening the forum and checking the rich text editor site, I can see that by default there should be a checkbox
at line 203 - richtext.js i see:
if (!readOnly) document.writeln('<br /><input type="checkbox" id="chkSrc' + rte + '" onclick="toggleHTMLSrc(\'' + rte + '\');" /> '+TEXT_VIEW_SOURCE);
But i don't get the checkbox, as in the demo, what can i do to get it back?
i understand this(below)I just can't figure out where to set it, did phprunner for some reason, remove the checkbox by default?
toggleSrc boolean true Sets whether toggle source command is enabled or disabled.
Example: rte1.toggleSrc = false;
cheers
T