Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Color.html
index 1130e2a..115dea4 100644 (file)
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-picker-Color-method-constructor'><span id='Ext-picker-Color'>/**
-</span></span> * @class Ext.picker.Color
+  <pre class="prettyprint lang-js"><span id='Ext-picker-Color'>/**
+</span> * @class Ext.picker.Color
  * @extends Ext.Component
  * &lt;p&gt;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.&lt;/p&gt;
@@ -35,11 +35,6 @@ cp.on('select', function(picker, selColor){
 &lt;/code&gt;&lt;/pre&gt;
  * {@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',