Class: CustomTextField
Source Location: /comctrls.inc.php
|
|
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
return: | (bsSingle, bsNone) |
access: | protected |
property
CharCase : enum
[line 850]
Determines the case of the text within the edit control. Note: When CharCase is set to ecLowerCase or ecUpperCase, the case of characters is converted as the user types them into the edit control. Changing the CharCase property to ecLowerCase or ecUpperCase changes the actual contents of the text, not just the appearance. Any case information is lost and can’t be recaptured by changing CharCase to ecNormal.
Tags:
property
DataField : string
[line 859]
DataField is the fieldname to be attached to the control
Tags:
property
DataSource : object Reference
[line 868]
DataSource points to a DataSource component if used.
Tags:
property
IsPassword : boolean
[line 878]
If IsPassword is true then all characters are displayed with a password character defined by the browser. Note: The text is still in readable text in the HTML page!
Tags:
property
MaxLength : integer
[line 888]
Specifies the maximum number of characters the user can enter into the edit control. A value of 0 indicates that there is no application-defined limit on the length.
Tags:
property
ReadOnly : boolean
[line 897]
Set the control to read-only mode. That way the user cannot enter or change the text of the edit control.
Tags:
property
Text : string
[line 905]
Text info associated with control.
Tags:
Events
Javascript Events
Methods
|
|