From: Alan Knowles Date: Thu, 16 Sep 2010 10:52:29 +0000 (+0800) Subject: examples/form/dynamic.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=6dfb4177041afc8cd291f02a98c256ed1f196d60;p=roojs1 examples/form/dynamic.js --- diff --git a/examples/form/dynamic.js b/examples/form/dynamic.js index b8ff566cd3..d55055936c 100644 --- a/examples/form/dynamic.js +++ b/examples/form/dynamic.js @@ -70,13 +70,13 @@ Roo.onReady(function(){ width: 600, // precise column sizes or percentages or straight CSS items : [ { - xtype : 'TextField' + xtype : 'TextField', fieldLabel: 'First Name', name: 'first', width:225 }, { - xtype : 'TextField' + xtype : 'TextField', fieldLabel: 'Company', name: 'company', width:225 @@ -91,13 +91,13 @@ Roo.onReady(function(){ clear:true items : [ { - xtype : 'TextField' + xtype : 'TextField', fieldLabel: 'Last Name', name: 'last', width:225 }, { - xtype : 'TextField' + xtype : 'TextField', fieldLabel: 'Email', name: 'email', vtype:'email', @@ -112,7 +112,7 @@ Roo.onReady(function(){ labelAlign: 'top' items : [ { - xtype : 'HtmlEditor' + xtype : 'HtmlEditor', name : 'bio', fieldLabel:'Biography', width:550,