In the profile setup screen, under Buttons and plugins, I check the "Source code" checkbox, but that button does not show up on the editor. The other checkboxes seem to control their corresponding buttons just fine.
I have marked this as critical because it prevents the user from seeing the source code, and in some cases (such as mine) - it is absolutely necessary to have the option to edit the source code directly.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nicedit-sourcecode.png | 3.48 KB | sun |
Comments
Comment #1
sunComment #2
sunI cannot replicate this issue - the button appears and works properly for me (see attached screenshot).
Comment #3
sunWithout further information I'm forced to mark this issue won't fix. Feel free to re-open this issue.
Comment #4
pujangga.sh commentedTo resolve :
1st
buttonList : ['xhtml', <---- add 'xhtml' on Line 32 (nicEdit.js)
2nd : add this function (nicEdit.js)
var nicCodeOptions = {
buttons : {
'xhtml' : {name : 'Edit HTML', type : 'nicCodeButton'}
}
};
3rd
add 'xhtml' on ur nicEditor buttonList