Roo/bootstrap/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Mon, 28 Apr 2014 10:22:37 +0000 (18:22 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Apr 2014 10:22:37 +0000 (18:22 +0800)
Roo/bootstrap/HtmlEditor/ToolbarStandard.js

index 1df7747..16d1a95 100644 (file)
 
 Roo.bootstrap.HtmlEditor.ToolbarStandard = function(config)
 {   
-    Roo.apply(this, config);
-    
-    // default disabled, based on 'good practice'..
-    this.disable = this.disable || {};
-    Roo.applyIf(this.disable, {
-        fontSize : true,
-        colors : true,
-        specialElements : true
-    });
+    Roo.bootstrap.HtmlEditor.ToolbarStandard.superclass.constructor.call(this, config);
+//    Roo.apply(this, config);
+//    
+//    // default disabled, based on 'good practice'..
+//    this.disable = this.disable || {};
+//    Roo.applyIf(this.disable, {
+//        fontSize : true,
+//        colors : true,
+//        specialElements : true
+//    });
     
 }