From 7a1121627fe607cbc70068a87bda46676394e599 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 16:40:36 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.F8DHMX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.OU9GMX examples/bootstrap/dashboard1.js examples/bootstrap/dashboard1.bjs.K6JHMX examples/bootstrap/dashboard1.js.TGGHMX examples/bootstrap/dashboard1.bjs.0Q64LX examples/bootstrap/dashboard1.js.FTU8LX examples/bootstrap/dashboard1.bjs.8ZI3LX examples/bootstrap/dashboard1.js.OAF3LX --- 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 31dfae69bf..2178b0d1c5 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -359,6 +359,12 @@ "$ xns" : "Roo.bootstrap", "Number level" : 4, "String html" : "With buttons" + }, + { + "xtype" : "Input", + "string placeholder" : "before : <i class="fa fa-envelope"></i>", + "$ xns" : "Roo.bootstrap", + "string size" : "md" } ] } diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index ea57b59a4d..80327f329b 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -381,6 +381,12 @@ dashboard1 = new Roo.XComponent({ xns : Roo.bootstrap, level : 4, html : 'With buttons' + }, + { + xtype : 'Input', + placeholder : 'before : <i class="fa fa-envelope"></i>', + xns : Roo.bootstrap, + size : 'md' } ] -- 2.39.2