Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Mon, 25 Apr 2016 05:45:21 +0000 (13:45 +0800)
committeredward <edward@roojs.com>
Mon, 25 Apr 2016 05:45:21 +0000 (13:45 +0800)
Roo/bootstrap/ComboBox.js

index 3e00edc..f8aa32a 100644 (file)
@@ -92,7 +92,14 @@ Roo.bootstrap.ComboBox = function(config){
          * Fires when tick the element
             * @param {Roo.bootstrap.ComboBox} combo This combo box
             */
-        'tick' : true
+        'tick' : true,
+        /**
+         * @event touchviewdisplay
+         * Fires when touch view require special display (default is using displayField)
+            * @param {Roo.bootstrap.ComboBox} combo This combo box
+            * @param {Object} cfg set html .
+            */
+        'touchviewdisplay' : true
         
     });