PlSlider Class Reference
List of all members.Detailed Description
Slider element.Class PlSlider represents the element PlSlider in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
| PlSlider ($f=-1) | |
| 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_DRAWWND | |
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. | |
| $mIncrement = 1 | |
| Increment of a slider, integer, predefined. | |
| $mMax = 1000 | |
| Maximum Value of a slider, integer, required. | |
| $mMin = 0 | |
| Minimum Value of a slider, integer, required. | |
| $mPage = 10 | |
| Page increment of a slider, integer, predefined. | |
| $mToolTip = FALSE | |
| Tooltip text, only for native windows, UTF8 String, optional. | |
| $plAction = 0 | |
| Action object (PlAction), required. | |
| $plCoordinate = 0 | |
| Coordinate object (PlCoordinate), required. | |
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.
|
|
|
Increment of a slider, integer, predefined.
|
|
|
Maximum Value of a slider, integer, required.
|
|
|
Minimum Value of a slider, integer, required.
|
|
|
Page increment of a slider, integer, predefined.
|
|
|
Tooltip text, only for native windows, UTF8 String, optional.
|
|
|
Action object (PlAction), required.
|
|
|
Coordinate object (PlCoordinate), required.
|
The documentation for this class was generated from the following file: