From c5f73116f1b6d841b75f55919498c98838ca9bc6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 18:15:16 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.U510LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.SP00LX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 4 ++++ examples/bootstrap/dashboard1.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index dfa90482c4..8669c67278 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -474,6 +474,10 @@ "Boolean disabled" : true, "String fieldLabel" : "Text", "$ xns" : "Roo.bootstrap" + }, + { + "xtype" : "TextArea", + "$ xns" : "Roo.bootstrap" } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index da661aa45d..1ec2eba20f 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -514,6 +514,10 @@ dashboard1 = new Roo.XComponent({ disabled : true, fieldLabel : 'Text', xns : Roo.bootstrap + }, + { + xtype : 'TextArea', + xns : Roo.bootstrap } ] -- 2.39.2