X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/ColorPicker.html diff --git a/docs/source/ColorPicker.html b/docs/source/ColorPicker.html index 5692e181..9325aaec 100644 --- a/docs/source/ColorPicker.html +++ b/docs/source/ColorPicker.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.menu.ColorPicker
  * @extends Ext.menu.Menu
  * <p>A menu containing a {@link Ext.picker.Color} Component.</p>
@@ -44,35 +61,35 @@
         'Ext.picker.Color'
      ],
 
-    /**
+    /**
      * @cfg {Boolean} hideOnClick
      * False to continue showing the menu after a date is selected, defaults to true.
      */
     hideOnClick : true,
 
-    /**
+    /**
      * @cfg {String} pickerId
      * An id to assign to the underlying color picker. Defaults to <tt>null</tt>.
      */
     pickerId : null,
 
-    /**
+    /**
      * @cfg {Number} maxHeight
      * @hide
      */
 
-    /**
+    /**
      * The {@link Ext.picker.Color} instance for this ColorMenu
      * @property picker
      * @type ColorPicker
      */
 
-    /**
+    /**
      * @event click
      * @hide
      */
 
-    /**
+    /**
      * @event itemclick
      * @hide
      */
@@ -94,7 +111,7 @@
 
         me.picker = me.down('colorpicker');
 
-        /**
+        /**
          * @event select
          * Fires when a date is selected from the {@link #picker Ext.picker.Color}
          * @param {Ext.picker.Color} picker The {@link #picker Ext.picker.Color}
@@ -107,11 +124,13 @@
         }
     },
 
-    /**
+    /**
      * Hides picker on select if hideOnClick is true
      * @private
      */
     hidePickerOnSelect: function() {
         Ext.menu.Manager.hideAll();
     }
- });
\ No newline at end of file + });
+ +