Roo/form/ComboBox.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 05:44:01 +0000 (13:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 05:44:01 +0000 (13:44 +0800)
Roo/form/ComboBox.js

index 0382f4f..ecffb9e 100644 (file)
@@ -282,16 +282,16 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
      */
     valueNotFoundText : undefined,
     /**
-     * @cfg {bool} blockFocus Prevents all focus calls, so it can work with things like HTML edtor bar
+     * @cfg {Boolean} blockFocus Prevents all focus calls, so it can work with things like HTML edtor bar
      */
     blockFocus : false,
     
     /**
-     * @cfg {bool} disableClear Disable showing of clear button.
+     * @cfg {Boolean} disableClear Disable showing of clear button.
      */
     disableClear : false,
     /**
-     * @cfg {bool} alwaysQuery  Disable caching of results, and always send query
+     * @cfg {Boolean} alwaysQuery  Disable caching of results, and always send query
      */
     alwaysQuery : false,