Hide 'visual-source mode' tab
The 'visual' and 'source mode' tabs aren't always useful in the editor widget, an option to hide them would be nice.
The 'visual' and 'source mode' tabs aren't always useful in the editor widget, an option to hide them would be nice.
Hi,
You may want to use the showSource option set to false:
new Editor('my-textarea', {'showSource': false});