X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/form/form-grid-access.html diff --git a/examples/form/form-grid-access.html b/examples/form/form-grid-access.html new file mode 100644 index 00000000..4a02fe83 --- /dev/null +++ b/examples/form/form-grid-access.html @@ -0,0 +1,45 @@ + + + + + Form with 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.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