X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/examples/form/form-grid.html diff --git a/examples/form/form-grid.html b/examples/form/form-grid.html index ac08c944..13a39041 100644 --- a/examples/form/form-grid.html +++ b/examples/form/form-grid.html @@ -12,14 +12,21 @@ - @@ -32,5 +39,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