| InputSetting Class |
Namespace: Kettic.AspNet.Controls
The InputSetting type exposes the following members.
| Name | Description | |
|---|---|---|
| InputSetting |
| Name | Description | |
|---|---|---|
| Validate(TextBox) | ||
| Validate(TextBox, Object) |
| Name | Description | |
|---|---|---|
| BehaviorID | Gets or sets a value to access the client-side behavior. | |
| ClientEvents |
Gets or sets an instance of the InputManagerClientEvents class
which defines the JavaScript functions (client-side event handlers) that are invoked
when specific client-side events are raised.
| |
| DisabledCssClass | Gets or sets the css style for TextBox when when the control is disabled. | |
| EmptyMessage | Gets or sets a value message shown when the control is empty. | |
| EmptyMessageCssClass | Gets or sets the css style for TextBox when when the control is empty. | |
| EnabledCssClass | Gets or sets the css style for enabled TextBox control. | |
| ErrorMessage | ||
| FocusedCssClass | Gets or sets the css style for invalid state of TextBox control. | |
| HoveredCssClass | Gets or sets the css style for hovered TextBox control. | |
| InitializeOnClient | ||
| InvalidCssClass | Gets or stes the css style for invalid state of TextBox control. | |
| IsValid | ||
| ReadOnlyCssClass | Gets or sets the css style for Read Only state of TextBox control. | |
| SelectionOnFocus | ||
| TargetControls |
Gets a collection of TargetInput objects that allows for
specifying the objects for which input will be created on the client-side.
| |
| Validation |
Gets an instance of the InputSettingValidation class
which defines the validation behavior.
|