From 24cfe36ad2fcb403f6e1e12b9b4c5366b92077a6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 18:01:44 +0800 Subject: [PATCH] examples/bootstrap/dashboard1.bjs.9MB6LX examples/bootstrap/dashboard1.bjs examples/bootstrap/dashboard1.js.TU45LX examples/bootstrap/dashboard1.js --- examples/bootstrap/dashboard1.bjs | 2 +- examples/bootstrap/dashboard1.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard1.bjs b/examples/bootstrap/dashboard1.bjs index 894bfb9db6..d4f55b3051 100644 --- a/examples/bootstrap/dashboard1.bjs +++ b/examples/bootstrap/dashboard1.bjs @@ -100,7 +100,7 @@ "string placeholder" : "Enter email", "String fieldLabel" : "Email Address", "$ xns" : "Roo.bootstrap", - "String vtype" : "Email" + "String vtype" : "email" }, { "xtype" : "Input", diff --git a/examples/bootstrap/dashboard1.js b/examples/bootstrap/dashboard1.js index 947b5db5be..44d1993285 100644 --- a/examples/bootstrap/dashboard1.js +++ b/examples/bootstrap/dashboard1.js @@ -108,7 +108,7 @@ dashboard1 = new Roo.XComponent({ placeholder : 'Enter email', fieldLabel : 'Email Address', xns : Roo.bootstrap, - vtype : 'Email' + vtype : 'email' }, { xtype : 'Input', -- 2.39.2