From a47fab2eb35254af853db8df9bfd2493830b69d8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 18:15:29 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.P4X6LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.KCT6LX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 6 ++++++ examples/bootstrap/dashboard1.js | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 8669c67278..4d06a673dd 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -477,7 +477,13 @@ }, { "xtype" : "TextArea", + "String fieldLabel" : "Textarea", "$ xns" : "Roo.bootstrap" + }, + { + "xtype" : "TextArea", + "$ xns" : "Roo.bootstrap", + "String fieldLabel" : "Textarea" } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 1ec2eba20f..662442920e 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -517,7 +517,13 @@ dashboard1 = new Roo.XComponent({ }, { xtype : 'TextArea', + fieldLabel : 'Textarea', xns : Roo.bootstrap + }, + { + xtype : 'TextArea', + xns : Roo.bootstrap, + fieldLabel : 'Textarea' } ] -- 2.39.2