visit Kofax web site

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:
  • PL_DRAWFLAGS_PLUGINWND or PL_DRAWFLAGS_DRAWWND draw the button on the PC screen

 $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

PlSlider.PlSlider f = -1  ) 
 

Constructor

Parameters:
$f [i] integer, DrawFlags


Member Function Documentation

PlSlider.readXML &$  xml  ) 
 

Read an XML descriptor.

PlSlider.writeXML &$  xml  ) 
 

Write the XML descriptor.


Member Data Documentation

PlSlider.$mBgColor = FALSE
 

Background color, fill color, integer, optional.

PlSlider.$mDrawflags = PL_DRAWFLAGS_DRAWWND
 

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 draw the button on the PC screen

PlSlider.$mFgColor = FALSE
 

Foreground color, text color, integer, optional.

PlSlider.$mIncrement = 1
 

Increment of a slider, integer, predefined.

PlSlider.$mMax = 1000
 

Maximum Value of a slider, integer, required.

PlSlider.$mMin = 0
 

Minimum Value of a slider, integer, required.

PlSlider.$mPage = 10
 

Page increment of a slider, integer, predefined.

PlSlider.$mToolTip = FALSE
 

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

PlSlider.$plAction = 0
 

Action object (PlAction), required.

PlSlider.$plCoordinate = 0
 

Coordinate object (PlCoordinate), required.


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