Element index for package HTML_Progress2
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
top
a
- $animSpeed
- in file Progress2.php, variable HTML_Progress2::$animSpeed
Delay in milisecond before each progress cells display.
- $autorun
- in file Monitor.php, variable HTML_Progress2_Monitor::$autorun
Attributes of monitor form.
- accept
- in file Monitor.php, method HTML_Progress2_Monitor::accept()
Accepts a renderer
- ActionDisplay
- in file Default.php, class ActionDisplay
The ActionDisplay class provides the default form rendering.
- ActionPreview
- in file Preview.php, class ActionPreview
The ActionPreview class provides a live demonstration of the progress bar built by HTML_Progress2_Generator.
- ActionProcess
- in file Process.php, class ActionProcess
The ActionProcess class provides final step of ProgressBar creation.
- addButton
- in file Progress2_Lite.php, method HTML_Progress2_Lite::addButton()
Add a new button with the progress bar.
- addLabel
- in file Progress2_Lite.php, method HTML_Progress2_Lite::addLabel()
Add a new label to the progress bar.
- addLabel
- in file Progress2.php, method HTML_Progress2::addLabel()
Add a new label to the progress bar.
- addListener
- in file Progress2.php, method HTML_Progress2::addListener()
Adds a new observer to the Event Dispatcher that will listen for all messages emitted by this HTML_Progress2 instance.
- addListener
- in file Monitor.php, method HTML_Progress2_Monitor::addListener()
Adds a new observer to the Event Dispatcher that will listen for all messages emitted by this HTML_Progress2 instance.
- apiVersion
- in file Progress2.php, method HTML_Progress2::apiVersion()
Returns the current API version compatible with php.version_compare()
- ancestor.php
- procedural page ancestor.php
top
top
top
d
- $direction
- in file Progress2_Lite.php, variable HTML_Progress2_Lite::$direction
Direction of motion (right, left, up, down).
- $dispatcher
- in file Monitor.php, variable HTML_Progress2_Monitor::$dispatcher
Stores the event dispatcher which handles notifications
- $dispatcher
- in file Progress2.php, variable HTML_Progress2::$dispatcher
Stores the event dispatcher which handles notifications
- disableButton
- in file Generator.php, method HTML_Progress2_Generator::disableButton()
Disables certain buttons for a page.
- display
- in file Progress2_Lite.php, method HTML_Progress2_Lite::display()
Show the renders of the progress bar.
- display
- in file Progress2.php, method HTML_Progress2::display()
Renders the new value of progress bar.
- display
- in file Monitor.php, method HTML_Progress2_Monitor::display()
- drawCircleSegments
- in file Progress2.php, method HTML_Progress2::drawCircleSegments()
Draw all circle segment pictures
- Default.php
- procedural page Default.php
- dump
- in file errorstackignore.php, function dump()
top
top
top
g
- getAnimSpeed
- in file Progress2.php, method HTML_Progress2::getAnimSpeed()
Returns delay execution of the progress bar
- getBorderAttributes
- in file Progress2.php, method HTML_Progress2::getBorderAttributes()
Returns the progress bar's border attributes. Assoc array (defaut) or string.
- getCellAttributes
- in file Progress2.php, method HTML_Progress2::getCellAttributes()
Returns the common and private cell attributes. Assoc array (defaut) or string
- getCellCoordinates
- in file Progress2.php, method HTML_Progress2::getCellCoordinates()
Returns the coordinates of each cell for a polygonal progress shape.
- getCellCount
- in file Progress2.php, method HTML_Progress2::getCellCount()
Returns the number of cell in the progress bar. The default value is 10.
- getError
- in file Progress2.php, method HTML_Progress2::getError()
Pop an error off of the HTML_Progress2 stack
- getFillWay
- in file Progress2.php, method HTML_Progress2::getFillWay()
Returns 'natural' or 'reverse', depending of the fill way of progress bar.
- getFrameAttributes
- in file Progress2.php, method HTML_Progress2::getFrameAttributes()
Returns the frame attributes. Assoc array (defaut) or string.
- getIdent
- in file Progress2.php, method HTML_Progress2::getIdent()
Returns the current identification string.
- getIncrement
- in file Progress2.php, method HTML_Progress2::getIncrement()
Returns the progress bar's increment value. The default value is +1.
- getLabelAttributes
- in file Progress2.php, method HTML_Progress2::getLabelAttributes()
Returns the label attributes. Assoc array (defaut) or string.
- getLevel
- in file Error.php, method HTML_Progress2_Error::getLevel()
Get error level from an error object
- getMaximum
- in file Progress2.php, method HTML_Progress2::getMaximum()
Returns the progress bar's maximum value. The default value is 100.
- getMinimum
- in file Progress2.php, method HTML_Progress2::getMinimum()
Returns the progress bar's minimum value. The default value is 0.
- getOrientation
- in file Progress2.php, method HTML_Progress2::getOrientation()
Returns HTML_PROGRESS2_BAR_HORIZONTAL or HTML_PROGRESS2_BAR_VERTICAL, depending on the orientation of the progress bar.
- getPercentComplete
- in file Progress2.php, method HTML_Progress2::getPercentComplete()
Returns the percent complete for the progress bar. Note that this number is between 0.00 and 1.00.
- getProgressAttributes
- in file Progress2.php, method HTML_Progress2::getProgressAttributes()
Returns the progress attributes. Assoc array (defaut) or string.
- getProgressElement
- in file Monitor.php, method HTML_Progress2_Monitor::getProgressElement()
Returns a reference to the progress bar object used with the monitor.
- getScript
- in file Monitor.php, method HTML_Progress2_Monitor::getScript()
Returns the javascript URL or inline code to manage progress bar.
- getScript
- in file Progress2.php, method HTML_Progress2::getScript()
Get the javascript URL or inline code to manage progress bar.
- getStyle
- in file Progress2.php, method HTML_Progress2::getStyle()
Get the cascading style sheet to put inline on HTML document
- getStyle
- in file Monitor.php, method HTML_Progress2_Monitor::getStyle()
Returns progress styles (StyleSheet).
- getValue
- in file Progress2.php, method HTML_Progress2::getValue()
Returns the progress bar's current value. The value is always between the minimum and maximum values, inclusive.
- Generator.php
- procedural page Generator.php
- getmicrotime
- in file monitorlog.php, function getmicrotime()
- generatorcus.php
- procedural page generatorcus.php
- generatordef.php
- procedural page generatordef.php
top
h
- $height
- in file Progress2_Lite.php, variable HTML_Progress2_Lite::$height
Progress bar height in pixel.
- hasErrors
- in file Progress2.php, method HTML_Progress2::hasErrors()
Determine whether there are errors into the HTML_Progress2 stack
- hide
- in file Progress2_Lite.php, method HTML_Progress2_Lite::hide()
Hides the progress bar.
- hide
- in file Progress2.php, method HTML_Progress2::hide()
Hides the progress bar.
- HTML_Progress2
- in file Progress2.php, class HTML_Progress2
The HTML_Progress2 class allow you to add a loading bar to any of your xhtml document.
- HTML_Progress2
- in file Progress2.php, method HTML_Progress2::HTML_Progress2()
Constructor (ZE1)
- HTMLPage2.php
- procedural page HTMLPage2.php
- HTML_PROGRESS2_BAR_HORIZONTAL
- in file Progress2.php, constant HTML_PROGRESS2_BAR_HORIZONTAL
Progress Bar shape types
- HTML_PROGRESS2_BAR_VERTICAL
- in file Progress2.php, constant HTML_PROGRESS2_BAR_VERTICAL
Progress Bar shape types
- HTML_PROGRESS2_CIRCLE
- in file Progress2.php, constant HTML_PROGRESS2_CIRCLE
Progress Bar shape types
- HTML_Progress2_Error
- in file Error.php, method HTML_Progress2_Error::HTML_Progress2_Error()
Constructor (ZE1)
- HTML_Progress2_Error
- in file Error.php, class HTML_Progress2_Error
This class creates a progress error object, extending the PEAR_Error class.
- HTML_PROGRESS2_ERROR_DEPRECATED
- in file Progress2.php, constant HTML_PROGRESS2_ERROR_DEPRECATED
Basic error code that indicate a deprecated method that may be removed at any time from a future version
- HTML_PROGRESS2_ERROR_INVALID_CALLBACK
- in file Progress2.php, constant HTML_PROGRESS2_ERROR_INVALID_CALLBACK
Basic error code that indicate a wrong callback definition.
- HTML_PROGRESS2_ERROR_INVALID_INPUT
- in file Progress2.php, constant HTML_PROGRESS2_ERROR_INVALID_INPUT
Basic error code that indicate a wrong input
- HTML_PROGRESS2_ERROR_INVALID_OPTION
- in file Progress2.php, constant HTML_PROGRESS2_ERROR_INVALID_OPTION
Basic error code that indicate an invalid option.
- HTML_PROGRESS2_ERROR_UNKNOWN
- in file Progress2.php, constant HTML_PROGRESS2_ERROR_UNKNOWN
Basic error code that indicate an unknown message
- HTML_Progress2_Generator
- in file Generator.php, class HTML_Progress2_Generator
The HTML_Progress2_Generator class provides an easy way to build progress bar, show a preview, and save php/css code for a later reuse.
- HTML_Progress2_Generator
- in file Generator.php, method HTML_Progress2_Generator::HTML_Progress2_Generator()
Constructor (ZE1)
- HTML_PROGRESS2_LABEL_BUTTON
- in file Progress2.php, constant HTML_PROGRESS2_LABEL_BUTTON
Progress Bar label types
- HTML_PROGRESS2_LABEL_CROSSBAR
- in file Progress2.php, constant HTML_PROGRESS2_LABEL_CROSSBAR
Progress Bar label types
- HTML_PROGRESS2_LABEL_PERCENT
- in file Progress2.php, constant HTML_PROGRESS2_LABEL_PERCENT
Progress Bar label types
- HTML_PROGRESS2_LABEL_STEP
- in file Progress2.php, constant HTML_PROGRESS2_LABEL_STEP
Progress Bar label types
- HTML_PROGRESS2_LABEL_TEXT
- in file Progress2.php, constant HTML_PROGRESS2_LABEL_TEXT
Progress Bar label types
- HTML_Progress2_Lite
- in file Progress2_Lite.php, class HTML_Progress2_Lite
The HTML_Progress2_Lite class allow you to add a quick horizontal or vertical loading bar to any of your xhtml document.
- HTML_Progress2_Lite
- in file Progress2_Lite.php, method HTML_Progress2_Lite::HTML_Progress2_Lite()
Constructor (ZE1)
- HTML_Progress2_Monitor
- in file Monitor.php, class HTML_Progress2_Monitor
The HTML_Progress2_Monitor class allow an easy way to display progress in a dialog box. The user-end can cancel the task.
- HTML_Progress2_Monitor
- in file Monitor.php, method HTML_Progress2_Monitor::HTML_Progress2_Monitor()
Constructor (ZE1)
- HTML_PROGRESS2_POLYGONAL
- in file Progress2.php, constant HTML_PROGRESS2_POLYGONAL
Progress Bar shape types
- half.php
- procedural page half.php
- hidden.php
- procedural page hidden.php
top
i
- $ident
- in file Progress2.php, variable HTML_Progress2::$ident
The label that uniquely identifies this progress object.
- $increment
- in file Progress2.php, variable HTML_Progress2::$increment
The progress bar's increment value.
- $indeterminate
- in file Progress2.php, variable HTML_Progress2::$indeterminate
Whether the progress bar is in determinate or indeterminate mode.
- ITDynamic.php
- procedural page ITDynamic.php
- incValue
- in file Progress2.php, method HTML_Progress2::incValue()
Updates the progress bar's current value by adding increment value.
- isBorderPainted
- in file Progress2.php, method HTML_Progress2::isBorderPainted()
Determines whether the progress bar border is painted or not.
- isCanceled
- in file Monitor.php, method HTML_Progress2_Monitor::isCanceled()
Returns TRUE if progress was canceled by user, FALSE otherwise.
- isIndeterminate
- in file Progress2.php, method HTML_Progress2::isIndeterminate()
Returns mode of the progress bar (determinate or not).
- isStarted
- in file Monitor.php, method HTML_Progress2_Monitor::isStarted()
Returns TRUE if progress was started by user, FALSE otherwise.
- itxstatic.php
- procedural page itxstatic.php
top
top
top
m
- $max
- in file Progress2_Lite.php, variable HTML_Progress2_Lite::$max
Maximum steps of the progress bar.
- $maximum
- in file Progress2.php, variable HTML_Progress2::$maximum
The progress bar's maximum value.
- $min
- in file Progress2_Lite.php, variable HTML_Progress2_Lite::$min
Minimum steps of the progress bar.
- $minimum
- in file Progress2.php, variable HTML_Progress2::$minimum
The progress bar's minimum value.
- Monitor.php
- procedural page Monitor.php
- moveMin
- in file Progress2_Lite.php, method HTML_Progress2_Lite::moveMin()
Changes value of the progress bar to the minimum step.
- moveNext
- in file Progress2_Lite.php, method HTML_Progress2_Lite::moveNext()
Changes value of the progress bar to the next step.
- moveNext
- in file Progress2.php, method HTML_Progress2::moveNext()
Changes value of the progress bar to the next step.
- moveStep
- in file Progress2_Lite.php, method HTML_Progress2_Lite::moveStep()
Changes new step value of the progress bar.
- moveStep
- in file Progress2.php, method HTML_Progress2::moveStep()
Changes new step value of the progress bar.
- monitor.php
- procedural page monitor.php
- mixed.php
- procedural page mixed.php
- mailer2.php
- procedural page mailer2.php
- monitorcus.php
- procedural page monitorcus.php
- monitordef.php
- procedural page monitordef.php
- monitordyn.php
- procedural page monitordyn.php
- monitorlog.php
- procedural page monitorlog.php
- monitorpg2.php
- procedural page monitorpg2.php
- mixed.php
- procedural page mixed.php
- mailer1.php
- procedural page mailer1.php
- my1ErrorHandler
- in file errorcustom.php, function my1ErrorHandler()
- my2ErrorHandler
- in file errorcustom.php, function my2ErrorHandler()
- myErrorCallback
- in file errorcustom.php, function myErrorCallback()
- myErrorHandler
- in file errorlogger.php, function myErrorHandler()
- myFunctionHandler
- in file monitorcus.php, function myFunctionHandler()
In case we have attached an indeterminate progress bar to the monitor
- myObserver
- in file observer1.php, function myObserver()
- myProgressHandler
- in file half.php, function myProgressHandler()
The progress bar will switch from indeterminate to determinate mode after a 12 seconds time elapsed.
- myProgressObserver
- in file observer2.php, function myProgressObserver()
- MyProcessHandler
- in file generatorcus.php, class MyProcessHandler
The ActionProcess class provides final step of ProgressBar creation.
top
top
top
top
top
s
- $script
- in file Progress2.php, variable HTML_Progress2::$script
External Javascript file to override internal default code
- SmartyDynamic.php
- procedural page SmartyDynamic.php
- setAnimSpeed
- in file Progress2.php, method HTML_Progress2::setAnimSpeed()
Set the delays progress bar execution for the given number of miliseconds.
- setBarAttributes
- in file Progress2_Lite.php, method HTML_Progress2_Lite::setBarAttributes()
Defines main style of a progress bar.
- setBorderAttributes
- in file Progress2.php, method HTML_Progress2::setBorderAttributes()
Sets the progress bar's border attributes.
- setBorderPainted
- in file Progress2.php, method HTML_Progress2::setBorderPainted()
Sets the value of $_paintBorder property, which determines whether the progress bar should paint its border. The default is false.
- setCaption
- in file Monitor.php, method HTML_Progress2_Monitor::setCaption()
Display a caption on action in progress.
- setCellAttributes
- in file Progress2.php, method HTML_Progress2::setCellAttributes()
Sets the cell attributes for an existing cell.
- setCellCoordinates
- in file Progress2.php, method HTML_Progress2::setCellCoordinates()
Set the coordinates of each cell for a polygonal progress shape.
- setCellCount
- in file Progress2.php, method HTML_Progress2::setCellCount()
Sets the number of cell in the progress bar
- setDirection
- in file Progress2_Lite.php, method HTML_Progress2_Lite::setDirection()
Moves the progress bar in all directions (left, right, up , down).
- setFillWay
- in file Progress2.php, method HTML_Progress2::setFillWay()
Sets the progress bar's fill way, which must be 'natural' or 'reverse'.
- setFrameAttributes
- in file Progress2_Lite.php, method HTML_Progress2_Lite::setFrameAttributes()
Build a frame around the progress bar.
- setFrameAttributes
- in file Progress2.php, method HTML_Progress2::setFrameAttributes()
Build a frame around the progress bar.
- setIdent
- in file Progress2.php, method HTML_Progress2::setIdent()
Sets this Progress instance's identification string.
- setIncrement
- in file Progress2.php, method HTML_Progress2::setIncrement()
Sets the progress bar's increment value.
- setIndeterminate
- in file Progress2.php, method HTML_Progress2::setIndeterminate()
Sets the $indeterminate property of the progress bar, which determines whether the progress bar is in determinate or indeterminate mode.
- setLabelAttributes
- in file Progress2.php, method HTML_Progress2::setLabelAttributes()
Sets label attributes.
- setLabelAttributes
- in file Progress2_Lite.php, method HTML_Progress2_Lite::setLabelAttributes()
Defines style of a progress bar label.
- setMaximum
- in file Progress2.php, method HTML_Progress2::setMaximum()
Sets the progress bar's maximum value.
- setMinimum
- in file Progress2.php, method HTML_Progress2::setMinimum()
Sets the progress bar's minimum value.
- setOrientation
- in file Progress2.php, method HTML_Progress2::setOrientation()
Sets the progress bar's orientation, which must be HTML_PROGRESS2_BAR_HORIZONTAL or HTML_PROGRESS2_BAR_VERTICAL.
- setProgressAttributes
- in file Progress2.php, method HTML_Progress2::setProgressAttributes()
Sets the common progress bar attributes.
- setProgressElement
- in file Monitor.php, method HTML_Progress2_Monitor::setProgressElement()
Attach a progress bar to this monitor.
- setProgressHandler
- in file Progress2.php, method HTML_Progress2::setProgressHandler()
Sets the user callback function that execute all actions pending progress
- setScript
- in file Progress2.php, method HTML_Progress2::setScript()
Set the external JavaScript code (file) to manage progress element.
- setValue
- in file Progress2.php, method HTML_Progress2::setValue()
Sets the progress bar's current value.
- show
- in file Progress2_Lite.php, method HTML_Progress2_Lite::show()
Shows a progress bar hidden.
- sleep
- in file Progress2.php, method HTML_Progress2::sleep()
Default user callback when none are defined.
- sprintContextExec
- in file Error.php, method HTML_Progress2_Error::sprintContextExec()
Returns the context of execution formatted.
- sprintCSS
- in file Process.php, method ActionProcess::sprintCSS()
Returns a formatted string of the progress meter stylesheet
- sprintPHP
- in file Process.php, method ActionProcess::sprintPHP()
Returns a formatted string of the progress meter php code
- square.php
- procedural page square.php
- squareback.php
- procedural page squareback.php
- swf.php
- procedural page swf.php
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:16:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|