Roo/form/ComboCheck.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 04:53:47 +0000 (12:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 04:53:47 +0000 (12:53 +0800)
Roo/form/ComboCheck.js

index aa5a7dc..ac782db 100644 (file)
@@ -36,6 +36,9 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
         var _t = this;
         
         if(!this.tpl){
+            var cls = 'x-combo-list';
+
+            
             this.tpl =  new Roo.Template({
                 html :  '<div class="'+cls+'-item x-menu-check-item{' + this.valueField + ':this.checked}">' +
                    '<img class="x-menu-item-icon" style="margin: 0px;" src="' + Roo.BLANK_IMAGE_URL + '">' +