From: Alan Knowles Date: Mon, 15 Aug 2011 10:58:33 +0000 (+0000) Subject: Examples - add htmleditor resizable example X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8bec9949bf8fcd3af19676895a3a2096424e3451 Examples - add htmleditor resizable example --- diff --git a/examples/form/dynamic.html b/examples/form/dynamic.html index f1659c581f..374beb9a60 100644 --- a/examples/form/dynamic.html +++ b/examples/form/dynamic.html @@ -15,7 +15,10 @@ - + + + +   diff --git a/examples/form/dynamic.js b/examples/form/dynamic.js index d95d7552c4..b68c52f13f 100644 --- a/examples/form/dynamic.js +++ b/examples/form/dynamic.js @@ -87,7 +87,7 @@ Roo.onReady(function(){ name: 'company', width:225 } - ], + ] }, { @@ -122,14 +122,15 @@ Roo.onReady(function(){ name : 'bio', fieldLabel:'Biography', width:550, - height:400 + height:200, + resizable: 's' /// where the handles should got.. } ] } ] }); - mform.addButton('Save'); + mform.addButton('Save'); mform.addButton('Cancel');