X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/form/form-grid.html diff --git a/examples/form/form-grid.html b/examples/form/form-grid.html index ac08c944..af5fda9a 100644 --- a/examples/form/form-grid.html +++ b/examples/form/form-grid.html @@ -19,7 +19,15 @@ @@ -32,5 +40,13 @@ 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