From 4cb1d6b1385db72430062f03caa32a8debe66ac8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 18:18:28 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.S9TZLX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.9ALZLX examples/bootstrap/dashboard1.js examples/bootstrap/dashboard1.bjs.9VEEMX examples/bootstrap/dashboard1.js.439DMX examples/bootstrap/dashboard1.bjs.NB4DMX examples/bootstrap/dashboard1.js.1XGFMX --- examples/bootstrap/dashboard1.bjs | 9 ++++++++- examples/bootstrap/dashboard1.js | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 3c4e6251f9..f548a01f5b 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -497,7 +497,14 @@ { "String cls" : "has-warning", "xtype" : "Input", - "string placeholder" : "cls = has-success", + "string placeholder" : "cls = has-warning", + "String fieldLabel" : "Input with Warning", + "$ xns" : "Roo.bootstrap" + }, + { + "String cls" : "has-warning", + "xtype" : "Input", + "string placeholder" : "cls = has-error", "String fieldLabel" : "Input with Warning", "$ xns" : "Roo.bootstrap" } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 11126ffe8b..f09d04d755 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -537,7 +537,14 @@ dashboard1 = new Roo.XComponent({ { cls : 'has-warning', xtype : 'Input', - placeholder : 'cls = has-success', + placeholder : 'cls = has-warning', + fieldLabel : 'Input with Warning', + xns : Roo.bootstrap + }, + { + cls : 'has-warning', + xtype : 'Input', + placeholder : 'cls = has-error', fieldLabel : 'Input with Warning', xns : Roo.bootstrap } -- 2.39.2