Roo/bootstrap/layout/Border.js
authoredward <edward@roojs.com>
Fri, 30 Jun 2017 09:07:42 +0000 (17:07 +0800)
committeredward <edward@roojs.com>
Fri, 30 Jun 2017 09:07:42 +0000 (17:07 +0800)
examples/bootstrap/nested.html
Roo/bootstrap/TriggerField.js

Roo/bootstrap/TriggerField.js

index 3c0e3bb..dec9b3b 100644 (file)
@@ -202,11 +202,11 @@ Roo.extend(Roo.bootstrap.TriggerField, Roo.bootstrap.Input,  {
                     },
                     {
                         tag: 'ul',
-                        cls: 'select2-choices',
+                        cls: 'root-select2-choices',
                         cn:[
                             {
                                 tag: 'li',
-                                cls: 'select2-search-field',
+                                cls: 'root-select2-search-field',
                                 cn: [
 
                                     inputblock
@@ -219,7 +219,7 @@ Roo.extend(Roo.bootstrap.TriggerField, Roo.bootstrap.Input,  {
         };
         
         var combobox = {
-            cls: 'select2-container input-group',
+            cls: 'root-select2-container input-group',
             cn: [
                 box
 //                {