X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/form/form-grid-access.html diff --git a/examples/form/form-grid-access.html b/examples/form/form-grid-access.html index 91edbc58..4a02fe83 100644 --- a/examples/form/form-grid-access.html +++ b/examples/form/form-grid-access.html @@ -3,61 +3,43 @@ 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. -

-

- 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. -

+

+ 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