visit Kofax web site

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:
  • PL_DRAWFLAGS_PLUGINWND or PL_DRAWFLAGS_DRAWWND or PL_DRAWFLAGS_IMAGE, draw the button on the PC screen
  • PL_DRAWFLAGS_LCD, draw the button on the tablet LCD

 $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

PlTextEntry.PlTextEntry f = -1,
n = FALSE
 

Constructor.


Member Function Documentation

PlTextEntry.readXML &$  xml  ) 
 

Read an XML descriptor.

PlTextEntry.writeXML &$  xml  ) 
 

Write the XML descriptor.


Member Data Documentation

PlTextEntry.$mBgColor = FALSE
 

Background color, fill color, integer, optional.

PlTextEntry.$mDrawflags = PL_DRAWFLAGS_PLUGINWND
 

Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:

  • PL_DRAWFLAGS_PLUGINWND or PL_DRAWFLAGS_DRAWWND or PL_DRAWFLAGS_IMAGE, draw the button on the PC screen
  • PL_DRAWFLAGS_LCD, draw the button on the tablet LCD

PlTextEntry.$mFgColor = FALSE
 

Foreground color, text color, integer, optional.

PlTextEntry.$mName = ""
 

Name of the text field, the value will be returned in a POST name=value, String.

PlTextEntry.$mToolTip = FALSE
 

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

PlTextEntry.$plAction = FALSE
 

Action Object, pass name and url as default text.

PlTextEntry.$plCoordinate = 0
 

Coordinate object (PlCoordinate), required.

PlTextEntry.$plFont = FALSE
 

Font object (PlFont), optional.


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