X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/form/form-grid.html diff --git a/examples/form/form-grid.html b/examples/form/form-grid.html index ac08c944..4ad06670 100644 --- a/examples/form/form-grid.html +++ b/examples/form/form-grid.html @@ -3,34 +3,32 @@ Form with embedded Grid - + + + + + + + - - - - - - - - + - - - - - - - -

Dynamic Form interacting with an embedded Grid

+

Dynamic Form interacting with an embedded Grid

-

- This Form demonstrates the fact that by virtue of inheriting from the Ext Container - class, an Ext.form.FormPanel can contain any Ext Component. This includes all the - subclasses of Ext.Panel, including the GridPanel. -

+

+ This Form demonstrates the fact that by virtue of inheriting from the Ext Container + class, an Ext.form.Panel can contain any Ext Component. This includes all the + subclasses of Ext.Panel, including the GridPanel. +

+

+ The Grid demonstrates the use of creation of derived fields in a Record created using a custom + convert function, and the use of column renderers. +

+

+ The Form demonstrates the use of radio buttons grouped by name being set by the value of the derived + 'rating' field. +

\ No newline at end of file