From aebb3917470d6baaf3e2bcecdd70229fa1459fca Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 14:18:14 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 121cacb92c..e6e266aa59 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -106,8 +106,13 @@ Roo.bootstrap.ComboBox = function(config){ * @param {Roo.bootstrap.ComboBox} combo This combo box * @param {Object} cfg set html . */ - 'touchviewdisplay' : true - + 'touchviewdisplay' : true, + /** + * @event ontouchviewload + * Fires when touch view load (local store) + * @param {Roo.bootstrap.ComboBox} combo This combo box + */ + 'ontouchviewload' : true }); this.item = []; -- 2.39.2