PlComboBox Class Reference
List of all members.Detailed Description
Combo box element.Class PlComboBox represents the element PlComboBox in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
addComboItem ($pItem) | |
Add a PlComboItem to this ComboBox. | |
addItem ($pItem) | |
Add a PlComboItem to this ComboBox. | |
PlComboBox ($f=-1) | |
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_DRAWWND | |
Draw flags. | |
$mFgColor = FALSE | |
Foreground color, text color, integer, optional. | |
$mItems = 0 | |
Array of items (PlComboItem), call addItem to add a ComboItem. | |
$mToolTip = FALSE | |
Tooltip text, only for native windows, UTF8 String, optional. | |
$plAction = FALSE | |
Default action element. | |
$plCoordinate = 0 | |
Coordinate object (PlCoordinate), required. |
Constructor & Destructor Documentation
|
Constructor.
|
Member Function Documentation
|
Add a PlComboItem to this ComboBox.
|
|
Add a PlComboItem to this ComboBox.
|
|
Read an XML descriptor.
|
|
Write the XML descriptor.
|
Member Data Documentation
|
Background color, fill color, integer, optional.
|
|
Draw flags.
|
|
Foreground color, text color, integer, optional.
|
|
Array of items (PlComboItem), call addItem to add a ComboItem.
|
|
Tooltip text, only for native windows, UTF8 String, optional.
|
|
Default action element.
|
|
Coordinate object (PlCoordinate), required.
|
The documentation for this class was generated from the following file: