Option to define the toolbar
890891892893894895896
* @return the toolbar option */ public CKeditorToolbar getToolbar() { Object toolbar = options.getComplexOption("toolbar"); return toolbar == null ? new CKeditorToolbar(CKeditorToolbar.ToolbarType.FULL) : (CKeditorToolbar) toolbar; }