X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.form.Radio.html diff --git a/docs/output/Ext.form.Radio.html b/docs/output/Ext.form.Radio.html index 03cc7428..82f38e1a 100644 --- a/docs/output/Ext.form.Radio.html +++ b/docs/output/Ext.form.Radio.html @@ -1,4 +1,9 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Field
        Checkbox
          Radio

Class Ext.form.Radio

Package:Ext.form
Defined In:Radio.js
Class:Radio
Extends:Checkbox
Single radio field. Same as Checkbox, but provided as a convenience for automatically setting the input type. +

Class Ext.form.Radio

Package:Ext.form
Defined In:Radio.js
Class:Radio
Extends:Checkbox
Single radio field. Same as Checkbox, but provided as a convenience for automatically setting the input type. Radio grouping is handled automatically by the browser if you give each radio in a group the same name.

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component