From 23e63fd26e8fc5e6d70fe3415ecb1b18324661c9 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 30 Jun 2017 17:13:49 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 6 +++--- examples/bootstrap/dashboard1.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 163b7a3811..a0c6fa88cd 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -610,7 +610,7 @@ "Boolean editable" : false, "String fieldLabel" : "ComboBox", "$ xns" : "Roo.bootstrap", - "String/Roo.Template tpl" : "
  • {item}", + "String/Roo.Template tpl" : "
  • {item}", "String displayField" : "item", "items" : [ { @@ -632,7 +632,7 @@ "Boolean disabled" : true, "String fieldLabel" : "ComboBox disabled", "$ xns" : "Roo.bootstrap", - "String/Roo.Template tpl" : "
  • {item}", + "String/Roo.Template tpl" : "
  • {item}", "String displayField" : "item", "items" : [ { @@ -653,7 +653,7 @@ "Boolean editable" : false, "String fieldLabel" : "Multiple selection", "$ xns" : "Roo.bootstrap", - "String/Roo.Template tpl" : "
  • {item}", + "String/Roo.Template tpl" : "
  • {item}", "Boolean multiple" : true, "String displayField" : "item", "items" : [ diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 6c8b2d3a02..a62fa30249 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -696,7 +696,7 @@ dashboard1 = new Roo.XComponent({ fieldLabel : _this._strings['fd249a0c28275ebf9d4c8464ca2225cf'] /* ComboBox */, mode : 'local', name : 'combotest', - tpl : '
  • {item}', + tpl : '
  • {item}', triggerAction : 'all', valueField : 'item', xns : Roo.bootstrap, @@ -717,7 +717,7 @@ dashboard1 = new Roo.XComponent({ fieldLabel : _this._strings['c81c5cb4cbfa1fe7cc3ae45112da3bf8'] /* ComboBox disabled */, mode : 'local', name : 'combotest', - tpl : '
  • {item}', + tpl : '
  • {item}', triggerAction : 'all', valueField : 'item', xns : Roo.bootstrap, @@ -738,7 +738,7 @@ dashboard1 = new Roo.XComponent({ mode : 'local', multiple : true, name : 'combotest', - tpl : '
  • {item}', + tpl : '
  • {item}', triggerAction : 'all', valueField : 'item', xns : Roo.bootstrap, -- 2.39.2