X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.ux.ValidationStatus.html diff --git a/docs/output/Ext.ux.ValidationStatus.html b/docs/output/Ext.ux.ValidationStatus.html new file mode 100644 index 00000000..51d45a81 --- /dev/null +++ b/docs/output/Ext.ux.ValidationStatus.html @@ -0,0 +1,697 @@ +
Properties Methods Events Config Options Direct Link
Observable
  Component
    ValidationStatus

Class Ext.ux.ValidationStatus

Package:Ext.ux
Defined In:ValidationStatus.js
Class:ValidationStatus
Extends:Component
A Ext.StatusBar plugin that provides automatic error notification when the +associated form contains validation errors.

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 disabled : Boolean
Render this component disabled (default is false).
Component
 disabledClass : String
CSS class added to the component when it is disabled (defaults to 'x-item-disabled').
Component
 hidden : Boolean
Render this component hidden (default is false). If true, the +hide method will be called internally.
Component

Public Properties

PropertyDefined By
 disabled : Boolean
True if this component is disabled. Read-only.
Component
 hidden : Boolean
True if this component is hidden. Read-only.
Component
 initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file