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