| KaxInputControl Class |
Namespace: Kettic.AspNet.Controls
The KaxInputControl type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxInputControl |
| Name | Description | |
|---|---|---|
| Focus | Sets input focus to a KaxInput. (Overrides ControlFocus.) | |
| RenderBeginTag | (Overrides KaxWebControl.RenderBeginTag(HtmlTextWriter).) |
| Name | Description | |
|---|---|---|
| AccessKey | (Overrides KaxWebControl.AccessKey.) | |
| AutoPostBack |
Gets or sets a value indicating whether an automatic post back to the server
occurs whenever the user presses the ENTER or the TAB key while in the KaxInput
control.
| |
| BackColor | (Overrides KaxWebControl.BackColor.) | |
| BorderColor | (Overrides KaxWebControl.BorderColor.) | |
| BorderStyle | (Overrides KaxWebControl.BorderStyle.) | |
| BorderWidth | (Overrides KaxWebControl.BorderWidth.) | |
| ButtonContainer | Gets control that contains the buttons of KaxInput control | |
| ButtonCssClass | ||
| ButtonsPosition |
Gets or sets a value that indicates whether the button should be positioned left or right of the KaxInput box.
| |
| CausesValidation |
Gets or sets a value indicating whether validation is performed when the
KaxInput control is set to validate when a postback occurs.
| |
| ClientEvents |
Gets or sets an instance of the Kettic.AspNetControls.InputClientEvents class which defines
the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised.
| |
| CssClass | (Overrides KaxWebControl.CssClass.) | |
| DisabledStyle | Gets the style properties for disabled KaxInput control. | |
| EmptyMessage | Gets or sets a value message shown when the control is empty. | |
| EmptyMessageStyle | Gets the style properties for KaxInput when when the control is empty. | |
| EnableAjaxSkinRendering | (Overrides KaxWebControl.EnableAjaxSkinRendering.) | |
| Enabled | (Overrides KaxWebControl.Enabled.) | |
| EnabledStyle | Gets the style properties for enabled KaxInput control. | |
| EnableEmbeddedBaseStylesheet | (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.) | |
| EnableEmbeddedScripts | (Overrides KaxWebControl.EnableEmbeddedScripts.) | |
| EnableEmbeddedSkins | (Overrides KaxWebControl.EnableEmbeddedSkins.) | |
| EnableOldBoxModel | ||
| EnableTheming | (Overrides KaxWebControl.EnableTheming.) | |
| EnableViewState | (Overrides ControlEnableViewState.) | |
| FocusedStyle | Gets the style properties for focused KaxInput control. | |
| Height | (Overrides KaxWebControl.Height.) | |
| HoveredStyle | Gets the style properties for hovered KaxInput control. | |
| InvalidStyle | Gets the style properties for invalid state of KaxInput control. | |
| InvalidStyleDuration |
The InvalidStyleDuration property is used to determine how long (in milliseconds)
the control will display its invalid style when incorrect data is entered.
| |
| Label |
Gets or sets the text of the tag rendered along with KaxInput
control. | |
| LabelCssClass |
Gets or sets the CSS class applied to the tag rendered along with KaxInput
control.
| |
| MaxLength | Gets or sets the maximum number of characters allowed in the text box. | |
| ReadOnly |
Gets or sets a value indicating whether the contents of the KaxInput control
can be changed.
| |
| ReadOnlyStyle | ||
| SelectionOnFocus | Gets or sets the selection on focus options for the KaxInput control | |
| ShouldResetWidthInPixels | ||
| ShowButton |
Gets or sets a value indicating whether the button is displayed in the
KaxInput control.
| |
| Skin | (Overrides KaxWebControl.Skin.) | |
| SkinID | (Overrides KaxWebControl.SkinID.) | |
| TabIndex | (Overrides KaxWebControl.TabIndex.) | |
| Text | Gets or sets the text content of the KaxInput control. | |
| ToolTip | (Overrides KaxWebControl.ToolTip.) | |
| ValidationGroup |
Gets or sets the group of controls for which the ra.a.d.input control causes
validation when it posts back to the server.
| |
| Visible | (Overrides KaxWebControl.Visible.) | |
| Width | (Overrides KaxWebControl.Width.) |
| Name | Description | |
|---|---|---|
| ChildrenCreated |
Occurs after all child controls of the KaxDateInput control have been created.
You can customize the control there, and add additional child controls.
| |
| TextChanged |