X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.form.RadioGroup.html diff --git a/docs/output/Ext.form.RadioGroup.html b/docs/output/Ext.form.RadioGroup.html index 80db5305..8851d93e 100644 --- a/docs/output/Ext.form.RadioGroup.html +++ b/docs/output/Ext.form.RadioGroup.html @@ -438,7 +438,10 @@ Must be one of the following values:

  • under Add a block div beneath the field containing the error message.
  • side Add an error icon to the right of the field, displaying the message in a popup on hover.
  • [element id] Add the error message directly to the innerHTML of the specified element.
  • -Field overCls : String
    An optional extra CSS class that will be added to this component's Element when the mouse moves +
    Field name : String
    The field's HTML name attribute (defaults to ''). +Note: this property must be set if this field is to be automaticall...
    The field's HTML name attribute (defaults to ''). +Note: this property must be set if this field is to be automatically included with +form submit().
    Field overCls : String
    An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...
    An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.
    Component pageX : Number
    The page level x coordinate for this component if contained within a positioning container.
    BoxComponent pageY : Number
    The page level y coordinate for this component if contained within a positioning container.
    BoxComponent plugins : Object/Array
    An object or array of objects that will provide custom functionality for this component. The only @@ -810,7 +813,9 @@ attribute of the field if available.
    Paramete : Object
    Gets the current size of the component's underlying element, including space taken by its margins.
    Gets the current size of the component's underlying element, including space taken by its margins.
    Parameters:
    • None.
    Returns:
    • Object
      An object containing the element's size {width: (element width + left/right margins), height: (element height + top/bottom margins)}
    BoxComponent getPosition[Boolean local] ) : - Array
    Gets the current XY position of the component's underlying element.
    Gets the current XY position of the component's underlying element.
    Parameters:
    • local : Boolean
      (optional) If true the element's left and top are returned instead of page XY (defaults to false)
    Returns:
    • Array
      The XY position of the element (e.g., [100, 200])
    BoxComponent getResizeEl() + Array
    Gets the current XY position of the component's underlying element.
    Gets the current XY position of the component's underlying element.
    Parameters:
    • local : Boolean
      (optional) If true the element's left and top are returned instead of page XY (defaults to false)
    Returns:
    • Array
      The XY position of the element (e.g., [100, 200])
    BoxComponent getRawValue() + : + Mixed
    Returns the raw data value which may or may not be a valid, defined value. To return a normalized value see getValue...
    Returns the raw data value which may or may not be a valid, defined value. To return a normalized value see getValue.
    Parameters:
    • None.
    Returns:
    • Mixed
      value The field value
    Field getResizeEl() : Ext.Element
    Returns the outermost Element of this Component which defines the Components overall size. Usually this will return t...

    Returns the outermost Element of this Component which defines the Components overall size.

    @@ -986,7 +991,9 @@ This method fires the
    Sets the left and top of the component. To set the page XY position instead, use setPagePosition. This method fires ...
    Sets the left and top of the component. To set the page XY position instead, use setPagePosition. -This method fires the move event.
    Parameters:
    • left : Number
      The new left
    • top : Number
      The new top
    Returns:
    • Ext.BoxComponent
      this
    BoxComponent setReadOnlyBoolean readOnly ) +This method fires the move event.
    Parameters:
    • left : Number
      The new left
    • top : Number
      The new top
    Returns:
    • Ext.BoxComponent
      this
    BoxComponent setRawValueMixed value ) + : + Mixed
    Sets the underlying DOM field's value directly, bypassing validation. To set the value with validation see setValue.
    Sets the underlying DOM field's value directly, bypassing validation. To set the value with validation see setValue.
    Parameters:
    • value : Mixed
      The value to set
    Returns:
    • Mixed
      value The field value that is set
    Field setReadOnlyBoolean readOnly ) : void
    Sets the read only state of this field.
    Sets the read only state of this field.
    Parameters:
    • readOnly : Boolean
      Whether the field should be read only.
    Returns:
    • void
    Field setSizeMixed widthMixed height ) :