PlTextEntry Class Reference
List of all members.Detailed Description
Text entry element.Class PlTextEntry represents the element PlTextEntry in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
| PlTextEntry ($f=-1, $n=FALSE) | |
| Constructor. | |
| readXML (&$xml) | |
| Read an XML descriptor. | |
| writeXML (&$xml) | |
| Write the XML descriptor. | |
Public Attributes | |
| $mBgColor = FALSE | |
| Background color, fill color, integer, optional. | |
| $mDrawflags = PL_DRAWFLAGS_PLUGINWND | |
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
| |
| $mFgColor = FALSE | |
| Foreground color, text color, integer, optional. | |
| $mName = "" | |
| Name of the text field, the value will be returned in a POST name=value, String. | |
| $mToolTip = FALSE | |
| Tooltip text, only for native windows, UTF8 String, optional. | |
| $plAction = FALSE | |
| Action Object, pass name and url as default text. | |
| $plCoordinate = 0 | |
| Coordinate object (PlCoordinate), required. | |
| $plFont = FALSE | |
| Font object (PlFont), optional. | |
Constructor & Destructor Documentation
|
||||||||||||
|
Constructor.
|
Member Function Documentation
|
|
Read an XML descriptor.
|
|
|
Write the XML descriptor.
|
Member Data Documentation
|
|
Background color, fill color, integer, optional.
|
|
|
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
|
|
|
Foreground color, text color, integer, optional.
|
|
|
Name of the text field, the value will be returned in a POST name=value, String.
|
|
|
Tooltip text, only for native windows, UTF8 String, optional.
|
|
|
Action Object, pass name and url as default text.
|
|
|
Coordinate object (PlCoordinate), required.
|
|
|
Font object (PlFont), optional.
|
The documentation for this class was generated from the following file: