sync
[roojs1] / docs / symbols / Roo.ColorPalette.json
index 912f131..9d1a166 100644 (file)
@@ -9,7 +9,7 @@
   "tree_parent" : [],
   "desc" : "Simple color palette class for choosing colors.  The palette can be rendered to any container.<br />\nHere's an example of typical usage:\n<pre><code>\nvar cp = new Roo.ColorPalette({value:'993300'});  // initial selected color\ncp.render('my-div');\n\ncp.on('select', function(palette, selColor){\n    // do something with selColor\n});\n</code></pre>",
   "isSingleton" : false,
-  "isStatic" : false,
+  "isStatic" : true,
   "isBuiltin" : false,
   "isAbstract" : false,
   "isBuilderTop" : false,
@@ -40,7 +40,7 @@
       "name" : "allowReselect",
       "type" : "Boolean",
       "desc" : "If set to true then reselecting a color that is already selected fires the selection event",
-      "memberOf" : "Roo.ColorPalette"
+      "memberOf" : ""
     },
     {
       "name" : "hideMode",
@@ -52,7 +52,7 @@
       "name" : "value",
       "type" : "String",
       "desc" : "The initial color to highlight (should be a valid 6-digit color hex code without the # symbol).  Note that\nthe hex codes are case-sensitive.",
-      "memberOf" : "Roo.ColorPalette"
+      "memberOf" : ""
     },
     {
       "name" : "allowDomMove",
@@ -64,7 +64,7 @@
       "name" : "itemCls",
       "type" : "String",
       "desc" : "The CSS class to apply to the containing element (defaults to \"x-color-palette\")",
-      "memberOf" : "Roo.ColorPalette"
+      "memberOf" : ""
     },
     {
       "name" : "actionMode",