X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.ux.ValidationStatus.html diff --git a/docs/output/Ext.ux.ValidationStatus.html b/docs/output/Ext.ux.ValidationStatus.html deleted file mode 100644 index bbed5a42..00000000 --- a/docs/output/Ext.ux.ValidationStatus.html +++ /dev/null @@ -1,741 +0,0 @@ -
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
 errorIconCls : String
The iconCls value to be applied to the status message when there is a -validation error. Defaults to 'x-status-error'.
ValidationStatus
 errorListCls : String
The css class to be used for the error list when there are validation errors. -Defaults to 'x-status-error-list'.
ValidationStatus
 hidden : Boolean
Render this component hidden (default is false). If true, the -hide method will be called internally.
Component
 showText : String
The text value to display when the error list is displayed. -Defaults to 'Click again to hide the error list'.
ValidationStatus
 submitText : String
The text value to be applied when the form is being submitted. -Defaults to 'Saving...'.
ValidationStatus
 validIconCls : String
The iconCls value to be applied to the status message when the form -validates. Defaults to 'x-status-valid'.
ValidationStatus

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