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.

CommentFileSizeAuthor
#2 nicedit-sourcecode.png3.48 KBsun

Comments

sun’s picture

Title: "Buttons and plugins >> Source code" Does not show up on editor. » NicEdit: "Source code" button does not show up on editor
Priority: Critical » Normal
sun’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new3.48 KB

I cannot replicate this issue - the button appears and works properly for me (see attached screenshot).

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Without further information I'm forced to mark this issue won't fix. Feel free to re-open this issue.

pujangga.sh’s picture

To 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