X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Color.html diff --git a/docs/source/Color.html b/docs/source/Color.html index 1130e2af..115dea49 100644 --- a/docs/source/Color.html +++ b/docs/source/Color.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.picker.Color
+  
/**
+ * @class Ext.picker.Color
  * @extends Ext.Component
  * <p>ColorPicker provides a simple color palette for choosing colors. The picker can be rendered to any container.
  * The available default to a standard 40-color palette; this can be customized with the {@link #colors} config.</p>
@@ -35,11 +35,6 @@ cp.on('select', function(picker, selColor){
 </code></pre>
  * {@img Ext.picker.Color/Ext.picker.Color.png Ext.picker.Color component}
  *
- * @constructor
- * Create a new ColorPicker
- * @param {Object} config The config object
- * 
- * @xtype colorpicker
  */
 Ext.define('Ext.picker.Color', {
     extend: 'Ext.Component',