examples/bootstrap/Dialog.Login.bjs
authorEdward <edward@roojs.com>
Tue, 3 Mar 2015 09:09:01 +0000 (17:09 +0800)
committerEdward <edward@roojs.com>
Tue, 3 Mar 2015 09:09:01 +0000 (17:09 +0800)
examples/bootstrap/Dialog.Login.js
examples/bootstrap/dashboard3.bjs
examples/bootstrap/dashboard3.js
Roo/bootstrap/ComboBox.js

Roo/bootstrap/ComboBox.js

index 9411502..04f64a6 100644 (file)
@@ -1040,6 +1040,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
         if(this.multiple){
             if(typeof o.display_name !== 'string'){
+                Roo.log('$multipe');
                 Roo.log(o);
                 for(var i=0;i<o.display_name.length;i++){
                     this.addItem({'id':o.id[i],'display_name':o.display_name[i]});