TextBoxWithLabel Properties |
The TextBoxWithLabel type exposes the following members.
Name | Description | |
---|---|---|
EnableAutoComplete |
Gets or sets whether autocomplete is enabled.
(Inherited from CMSTextBox.) | |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSTextBox.) | |
LabelCssClass |
CSS class for label.
| |
LabelFirst |
Indicates if label has to be placed before text box.
| |
LabelText |
Label text.
| |
ProcessMacroSecurity |
Indicates if security parameters in macros are handled automatically.
(Inherited from CMSTextBox.) | |
Text |
Gets or sets the text content of the System.Web.UI.WebControls.TextBox control.
If ProcessMacroSecurity is true, macro security parameters are processed.
(Inherited from CMSTextBox.) | |
ValueIsMacro |
If true, the value is processed as a macro (signed as a whole)
(Inherited from CMSTextBox.) | |
WatermarkCssClass |
The CSS class to apply to the TextBox when it has no value (e.g. the watermark text is shown).
(Inherited from CMSTextBox.) | |
WatermarkText |
The text to show when the control has no value.
(Inherited from CMSTextBox.) |