Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs / symbols / Roo.ColorPalette.json
similarity index 98%
rename from docs2/symbols/Roo.ColorPalette.json
rename to docs/symbols/Roo.ColorPalette.json
index 382f60b..a50081d 100644 (file)
@@ -6,8 +6,23 @@
   ],
   "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" : true,
+  "isStatic" : false,
   "isBuiltin" : false,
+  "memberOf" : "ColorPalette",
+  "example" : "",
+  "deprecated" : "",
+  "since" : "",
+  "see" : "",
+  "params" : [
+    {
+      "name" : "config",
+      "type" : "Object",
+      "desc" : "The config object",
+      "isOptional" : false
+    }
+  ],
+  "returns" : [
+  ],
   "config" : [
     {
       "name" : "listeners",