Closed micbsv closed 9 years ago
Are you just looking for a button to show the html that this wysiwyg is generating?
I need the functionality that the '<> Source' button provides on the CKEditor: http://ckeditor.com/demo
I used xeditable plugin to duplicate '<> Source' editable-textarea="data.text"
You should be able to do this out side of the wysiwyg editor by displaying the content of the bound scope variable in a div or text area. However I will add this as a future feature.
Are there any plans to add this button? Thank you for the nice control!