Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@roojs.com>
Wed, 31 Aug 2011 04:36:46 +0000 (12:36 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Aug 2011 04:36:46 +0000 (12:36 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index a6f1f01..caefea6 100644 (file)
  new Roo.form.HtmlEditor({
     ....
     toolbars : [
-        new Roo.form.HtmlEditor.ToolbarStandard(),
-        new Roo.form.HtmlEditor.ToolbarContext()
-        })
-    }
+        { xtype: 'ToolbarStandard', styles : {} }
+        { xtype: 'ToolbarContext', disable : {} }
+    ]
+})
+
      
  * 
  * @config : {Object} disable List of elements to disable.. (not done yet.)