visit Kofax web site

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

PlComboBox.PlComboBox f = -1  ) 
 

Constructor.

Parameters:
$f [i] integer, DrawFlags


Member Function Documentation

PlComboBox.addComboItem pItem  ) 
 

Add a PlComboItem to this ComboBox.

Parameters:
$pItem [i] PlComboItem, combo box item to add

PlComboBox.addItem pItem  ) 
 

Add a PlComboItem to this ComboBox.

Parameters:
$pItem [i] PlComboItem, combo box item to add
Note:
convenience function, same as addComboItem

PlComboBox.readXML &$  xml  ) 
 

Read an XML descriptor.

PlComboBox.writeXML &$  xml  ) 
 

Write the XML descriptor.


Member Data Documentation

PlComboBox.$mBgColor = FALSE
 

Background color, fill color, integer, optional.

PlComboBox.$mDrawflags = PL_DRAWFLAGS_DRAWWND
 

Draw flags.

PlComboBox.$mFgColor = FALSE
 

Foreground color, text color, integer, optional.

PlComboBox.$mItems = 0
 

Array of items (PlComboItem), call addItem to add a ComboItem.

PlComboBox.$mToolTip = FALSE
 

Tooltip text, only for native windows, UTF8 String, optional.

PlComboBox.$plAction = FALSE
 

Default action element.

PlComboBox.$plCoordinate = 0
 

Coordinate object (PlCoordinate), required.


The documentation for this class was generated from the following file: