Hi,
I'm trying to use nicedit from http://nicedit.com
Currently I'm using this to add nicedit to all text areas:
bkLib.onDomLoaded(nicEditors.allTextAreas);How do I configure these wysiwygs? I found I can configure single boxes by:
new nicEditor({fullPanel : true}).panelInstance('area2');
But how do I do this when using bkLib.onDomLoaded(nicEditors.allTextAreas); ? I'm baffled.
Thanks!
For what it's worth, We also have jquery running as well.