X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/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..91edbc58 --- /dev/null +++ b/examples/form/form-grid-access.html @@ -0,0 +1,63 @@ + + + + + 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.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. +

+ + \ No newline at end of file