5758596061626364656667
* * @param tlBar */ public Editor(EditorToolbar tlBar) { if (tlBar == null) { toolbar = new DefaultEditorToolbar(this); } else { toolbar = tlBar; } wysiwyg = new EditorWYSIWYG(this);