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