Click or drag to resize

TextControl Class

Class contains functions for text control handling.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class TextControl : FrontendControl

The TextControl type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
(Inherited from FrontendControl.)
Public propertyClientValidator
Validates content
(Overrides FrontendControlClientValidator.)
Public propertyControlOutput
Gets the control output.
(Overrides FrontendControlControlOutput.)
Public propertyEnableClientValidation
Gets or sets a value indicating whether [enable client validation].
(Inherited from FrontendControl.)
Public propertyEncodedValue
Gets the encoded value.
Public propertyInitialValue
Stores and retrieves the initial value for this control.
(Inherited from FrontendControl.)
Public propertyIsCustom
Gets or sets a value indicating whether this instance is custom.
(Inherited from FrontendControl.)
Public propertyIsUnique
Determines whether the current control field is unique.
(Inherited from FrontendControl.)
Public propertyLabel
Stores and retrieves the current control label string.
(Inherited from FrontendControl.)
Public propertyMessagesTemplate
Gets or sets the messages template.
(Inherited from FrontendControl.)
Public propertyName
Stores and retrieves the current control name.
(Inherited from FrontendControl.)
Public propertyPid
Gets or sets the pid.
(Inherited from FrontendControl.)
Public propertyRequired
Determines whether the current control field is required.
(Inherited from FrontendControl.)
Public propertyRowID
Gets or sets the row identifier.
(Inherited from FrontendControl.)
Public propertyValidationMessages
Gets or sets the validation messages.
(Inherited from FrontendControl.)
Public propertyValue
Gets the value.
(Overrides FrontendControlValue.)
Public propertyWasChanged
Gets or sets a value indicating whether [was changed].
(Inherited from FrontendControl.)
Top
Methods
Fields
  NameDescription
Protected field_initValue (Inherited from FrontendControl.)
Protected field_notEmpty
Protected field_tabMessages (Inherited from FrontendControl.)
Protected field_tmplMessages (Inherited from FrontendControl.)
Protected field_typeId
Protected field_validator (Inherited from FrontendControl.)
Protected field_validatorArg (Inherited from FrontendControl.)
Protected field_value
Top
Remarks