Roo/bootstrap/DateSplitField.js
authoredward <edward@roojs.com>
Fri, 30 Jun 2017 09:09:31 +0000 (17:09 +0800)
committeredward <edward@roojs.com>
Fri, 30 Jun 2017 09:09:31 +0000 (17:09 +0800)
Roo/bootstrap/TriggerField.js

Roo/bootstrap/DateSplitField.js
Roo/bootstrap/TriggerField.js

index f8b7254..8dd7ea7 100644 (file)
@@ -141,7 +141,7 @@ Roo.extend(Roo.bootstrap.DateSplitField, Roo.bootstrap.Component,  {
             mode : 'local',
             placeholder : this.dayPlaceholder,
             selectOnFocus : true,
-            tpl : '<div class="root-select2-result"><b>{value}</b></div>',
+            tpl : '<div class="roo-select2-result"><b>{value}</b></div>',
             triggerAction : 'all',
             typeAhead : true,
             valueField : 'value',
@@ -195,7 +195,7 @@ Roo.extend(Roo.bootstrap.DateSplitField, Roo.bootstrap.Component,  {
             mode : 'local',
             placeholder : this.yearPlaceholder,
             selectOnFocus : true,
-            tpl : '<div class="root-select2-result"><b>{value}</b></div>',
+            tpl : '<div class="roo-select2-result"><b>{value}</b></div>',
             triggerAction : 'all',
             typeAhead : true,
             valueField : 'value',
index 185c166..56ac063 100644 (file)
@@ -202,11 +202,11 @@ Roo.extend(Roo.bootstrap.TriggerField, Roo.bootstrap.Input,  {
                     },
                     {
                         tag: 'ul',
-                        cls: 'root-select2-choices',
+                        cls: 'roo-select2-choices',
                         cn:[
                             {
                                 tag: 'li',
-                                cls: 'root-select2-search-field',
+                                cls: 'roo-select2-search-field',
                                 cn: [
 
                                     inputblock
@@ -219,7 +219,7 @@ Roo.extend(Roo.bootstrap.TriggerField, Roo.bootstrap.Input,  {
         };
         
         var combobox = {
-            cls: 'root-select2-container input-group',
+            cls: 'roo-select2-container input-group',
             cn: [
                 box
 //                {