| | Index of all elements[ a ]
	[ b ]
	[ c ]
	[ d ]
	[ e ]
	[ g ]
	[ h ]
	[ i ]
	[ m ]
	[ n ]
	[ o ]
	[ p ]
	[ r ]
	[ s ]
	[ t ]
	[ u ]
	[ w ]
	[ _ ]
 
		topa
							acceptin file monitor.php, method HTML_Progress_Monitor::accept()Accepts a renderer
ActionDisplayin file default.php, class ActionDisplayThe ActionDisplay class provides the default form rendering.
ActionPreviewin file preview.php, class ActionPreviewThe ActionPreview class provides a live demonstration  of the progress bar built by HTML_Progress_Generator.
ActionProcessin file process.php, class ActionProcessThe ActionProcess class provides final step of ProgressBar creation.
addListenerin file Progress.php, method HTML_Progress::addListener()Adds a HTML_Progress_Observer instance to the list of observers  that are listening for messages emitted by this HTML_Progress instance.
apiVersionin file Progress.php, method HTML_Progress::apiVersion()Returns the current API version
 
 top
 
 top
 
 top
 
 top
 
 
 
		topg
							getAnimSpeedin file Progress.php, method HTML_Progress::getAnimSpeed()Returns delay execution of the progress bar
getBorderAttributesin file UI.php, method HTML_Progress_UI::getBorderAttributes()Returns the progress bar's border attributes. Assoc array (defaut) or string.
getCellAttributesin file UI.php, method HTML_Progress_UI::getCellAttributes()Returns the common and private cell attributes. Assoc array (defaut) or string
getCellCoordinatesin file UI.php, method HTML_Progress_UI::getCellCoordinates()Returns the coordinates of each cell for a polygonal progress shape.
getCellCountin file UI.php, method HTML_Progress_UI::getCellCount()Returns the number of cell in the progress bar. The default value is 10.
getDMin file Progress.php, method HTML_Progress::getDM()Returns the data model used by this progress bar.
getErrorin file Progress.php, method HTML_Progress::getError()Pop an error off of the HTML_Progress stack
getFillWayin file UI.php, method HTML_Progress_UI::getFillWay()Returns 'natural' or 'reverse', depending of the fill way of progress bar.
getIdentin file Progress.php, method HTML_Progress::getIdent()Returns the current identification string.
getIncrementin file Progress.php, method HTML_Progress::getIncrement()Returns the progress bar's increment value stored in the progress bar's data model.
getIncrementin file DM.php, method HTML_Progress_DM::getIncrement()Returns the progress bar's increment value. The default value is +1.
getListenersin file Progress.php, method HTML_Progress::getListeners()Returns an array of all the listeners added to this progress bar.
getMaximumin file Progress.php, method HTML_Progress::getMaximum()Returns the progress bar's maximum value stored in the progress bar's data model.
getMaximumin file DM.php, method HTML_Progress_DM::getMaximum()Returns the progress bar's maximum value. The default value is 100.
getMinimumin file Progress.php, method HTML_Progress::getMinimum()Returns the progress bar's minimum value stored in the progress bar's data model.
getMinimumin file DM.php, method HTML_Progress_DM::getMinimum()Returns the progress bar's minimum value. The default value is 0.
getOrientationin file UI.php, method HTML_Progress_UI::getOrientation()Returns HTML_PROGRESS_BAR_HORIZONTAL or HTML_PROGRESS_BAR_VERTICAL,  depending on the orientation of the progress bar.
getPercentCompletein file Progress.php, method HTML_Progress::getPercentComplete()Returns the percent complete for the progress bar. Note that this number is  between 0.00 and 1.00.
getPercentCompletein file DM.php, method HTML_Progress_DM::getPercentComplete()Returns the percent complete for the progress bar. Note that this number is  between 0.00 and 1.00.
getProgressAttributesin file UI.php, method HTML_Progress_UI::getProgressAttributes()Returns the progress attributes. Assoc array (defaut) or string.
getProgressElementin file monitor.php, method HTML_Progress_Monitor::getProgressElement()Returns a reference to the progress bar object  used with the monitor.
getScriptin file UI.php, method HTML_Progress_UI::getScript()Get the javascript code to manage progress bar.
getScriptin file Progress.php, method HTML_Progress::getScript()Get the javascript code to manage progress bar.
getScriptin file monitor.php, method HTML_Progress_Monitor::getScript()Returns progress javascript.
getStringin file Progress.php, method HTML_Progress::getString()Returns the current value of the progress string.
getStringAttributesin file UI.php, method HTML_Progress_UI::getStringAttributes()Returns the string attributes. Assoc array (defaut) or string.
getStylein file UI.php, method HTML_Progress_UI::getStyle()Get the cascading style sheet to put inline on HTML document
getStylein file Progress.php, method HTML_Progress::getStyle()Get the cascading style sheet to put inline on HTML document
getStylein file monitor.php, method HTML_Progress_Monitor::getStyle()Returns progress styles (StyleSheet).
getUIin file Progress.php, method HTML_Progress::getUI()Returns the look-and-feel object that renders the progress bar.
getValuein file DM.php, method HTML_Progress_DM::getValue()Returns the progress bar's current value. The value is always between  the minimum and maximum values, inclusive.
getValuein file Progress.php, method HTML_Progress::getValue()Returns the progress bar's current value, which is stored in the  progress bar's data model. The value is always between the minimum  and maximum values, inclusive.
generator.phpprocedural page generator.php 
 
 
		toph
							hasErrorsin file Progress.php, method HTML_Progress::hasErrors()Determine whether there are errors into the HTML_Progress stack
hidein file Progress.php, method HTML_Progress::hide()Hides the progress bar.
HTML_Progressin file Progress.php, method HTML_Progress::HTML_Progress()Constructor Summary
HTML_Progressin file Progress.php, class HTML_ProgressHTML_PROGRESS_BAR_HORIZONTALin file Progress.php, constant HTML_PROGRESS_BAR_HORIZONTALProgress Bar shape types
HTML_PROGRESS_BAR_VERTICALin file Progress.php, constant HTML_PROGRESS_BAR_VERTICALProgress Bar shape types
HTML_PROGRESS_CIRCLEin file Progress.php, constant HTML_PROGRESS_CIRCLEProgress Bar shape types
HTML_PROGRESS_DEPRECATEDin file Progress.php, constant HTML_PROGRESS_DEPRECATEDBasic error code that indicate a deprecated method  that may be removed at any time from a future version
HTML_Progress_DMin file DM.php, class HTML_Progress_DMThe HTML_Progress_DM class handles any mathematical issues  arising from assigning faulty values.
HTML_Progress_DMin file DM.php, method HTML_Progress_DM::HTML_Progress_DM()The data model class constructor
HTML_PROGRESS_ERRORSTACK_IGNOREin file Progress.php, constant HTML_PROGRESS_ERRORSTACK_IGNOREIf this is returned, then the error is completely ignored.
HTML_PROGRESS_ERRORSTACK_LOGin file Progress.php, constant HTML_PROGRESS_ERRORSTACK_LOGIf this is returned, then the error will only be logged, but not pushed  onto the error stack.
HTML_PROGRESS_ERRORSTACK_LOGANDDIEin file Progress.php, constant HTML_PROGRESS_ERRORSTACK_LOGANDDIEIf this is returned, then the error will only be logged, but not pushed  onto the error stack because will halt script execution.
HTML_PROGRESS_ERRORSTACK_PUSHin file Progress.php, constant HTML_PROGRESS_ERRORSTACK_PUSHIf this is returned, then the error will only be pushed onto the stack,  and not logged.
HTML_PROGRESS_ERRORSTACK_PUSHANDLOGin file Progress.php, constant HTML_PROGRESS_ERRORSTACK_PUSHANDLOGIf this is returned, then the error will be both pushed onto the stack  and logged.
HTML_PROGRESS_ERROR_INVALID_CALLBACKin file Progress.php, constant HTML_PROGRESS_ERROR_INVALID_CALLBACKBasic error code that indicate a wrong callback definition.
HTML_PROGRESS_ERROR_INVALID_INPUTin file Progress.php, constant HTML_PROGRESS_ERROR_INVALID_INPUTBasic error code that indicate a wrong input
HTML_Progress_Generatorin file generator.php, method HTML_Progress_Generator::HTML_Progress_Generator()Constructor Summary
HTML_Progress_Generatorin file generator.php, class HTML_Progress_GeneratorHTML_PROGRESS_LOG_TYPE_FILEin file Progress.php, constant HTML_PROGRESS_LOG_TYPE_FILEAppend to a file
HTML_PROGRESS_LOG_TYPE_MAILin file Progress.php, constant HTML_PROGRESS_LOG_TYPE_MAILUse PHP's mail() function
HTML_PROGRESS_LOG_TYPE_SYSTEMin file Progress.php, constant HTML_PROGRESS_LOG_TYPE_SYSTEMUse PHP's system logger
HTML_Progress_Monitorin file monitor.php, method HTML_Progress_Monitor::HTML_Progress_Monitor()Constructor Summary
HTML_Progress_Monitorin file monitor.php, class HTML_Progress_MonitorHTML_Progress_Observerin file observer.php, class HTML_Progress_ObserverThe HTML_Progress_Observer implements the observer pattern  for watching progress bar activity and taking actions  on exceptional events.
HTML_Progress_Observerin file observer.php, method HTML_Progress_Observer::HTML_Progress_Observer()Creates a new basic HTML_Progress_Observer instance.
HTML_PROGRESS_POLYGONALin file Progress.php, constant HTML_PROGRESS_POLYGONALProgress Bar shape types
HTML_Progress_UIin file UI.php, method HTML_Progress_UI::HTML_Progress_UI()The progress bar's UI model class constructor
HTML_Progress_UIin file UI.php, class HTML_Progress_UIHTMLPage.phpprocedural page HTMLPage.php 
 top
 
 top
 
 
 
		topn
							notifyin file observer.php, method HTML_Progress_Observer::notify()This is a stub method to make sure that HTML_Progress_Observer classes do  something when they are notified of a message.  The default behavior  is to just write into a file 'progress_observer.log' in current directory.
notifyin file monitor.php, method HTML_Progress_Monitor::notify()Listens all progress events from this monitor.
 
 top
 
 top
 
 
 
		topr
							raiseErrorin file Progress.php, method HTML_Progress::raiseError()Add an error to the stack
removeListenerin file Progress.php, method HTML_Progress::removeListener()Removes a HTML_Progress_Observer instance from the list of observers.
runin file Progress.php, method HTML_Progress::run()Runs the progress bar (both modes: indeterminate and determinate),  and execute all actions defined in user callback identified by  method setProgressHandler.
runin file monitor.php, method HTML_Progress_Monitor::run()Display Monitor and catch user action (cancel button).
 
 
 
		tops
							SmartyDynamic.phpprocedural page SmartyDynamic.phpsetAnimSpeedin file Progress.php, method HTML_Progress::setAnimSpeed()Set the delays progress bar execution for the given number of miliseconds.
setBorderAttributesin file UI.php, method HTML_Progress_UI::setBorderAttributes()Sets the progress bar's border attributes.
setBorderPaintedin file Progress.php, method HTML_Progress::setBorderPainted()Sets the value of $_paintBorder property, which determines whether the  progress bar should paint its border. The default is false.
setCaptionin file monitor.php, method HTML_Progress_Monitor::setCaption()Display a caption on action in progress.
setCellAttributesin file UI.php, method HTML_Progress_UI::setCellAttributes()Sets the cell attributes for an existing cell.
setCellCoordinatesin file UI.php, method HTML_Progress_UI::setCellCoordinates()Set the coordinates of each cell for a polygonal progress shape.
setCellCountin file UI.php, method HTML_Progress_UI::setCellCount()Sets the number of cell in the progress bar
setDMin file Progress.php, method HTML_Progress::setDM()Sets the data model used by this progress bar.
setFillWayin file UI.php, method HTML_Progress_UI::setFillWay()Sets the progress bar's fill way, which must be 'natural' or 'reverse'.
setIdentin file Progress.php, method HTML_Progress::setIdent()Sets this Progress instance's identification string.
setIncrementin file Progress.php, method HTML_Progress::setIncrement()Sets the progress bar's increment value stored in the progress bar's data model.
setIncrementin file DM.php, method HTML_Progress_DM::setIncrement()Sets the progress bar's increment value.
setIndeterminatein file Progress.php, method HTML_Progress::setIndeterminate()Sets the $_indeterminate property of the progress bar, which determines  whether the progress bar is in determinate or indeterminate mode.
setMaximumin file Progress.php, method HTML_Progress::setMaximum()Sets the progress bar's maximum value stored in the progress bar's data model.
setMaximumin file DM.php, method HTML_Progress_DM::setMaximum()Sets the progress bar's maximum value.
setMinimumin file Progress.php, method HTML_Progress::setMinimum()Sets the progress bar's minimum value stored in the progress bar's data model.
setMinimumin file DM.php, method HTML_Progress_DM::setMinimum()Sets the progress bar's minimum value.
setModelin file Progress.php, method HTML_Progress::setModel()Sets the look-and-feel model that renders the progress bar.
setOrientationin file UI.php, method HTML_Progress_UI::setOrientation()Sets the progress bar's orientation, which must be HTML_PROGRESS_BAR_HORIZONTAL  or HTML_PROGRESS_BAR_VERTICAL.
setProgressAttributesin file UI.php, method HTML_Progress_UI::setProgressAttributes()Sets the common progress bar attributes.
setProgressElementin file monitor.php, method HTML_Progress_Monitor::setProgressElement()Attach a progress bar to this monitor.
setProgressHandlerin file Progress.php, method HTML_Progress::setProgressHandler()Sets the user callback function that execute all actions pending progress
setProgressHandlerin file monitor.php, method HTML_Progress_Monitor::setProgressHandler()Sets a user-defined progress handler function.
setScriptin file UI.php, method HTML_Progress_UI::setScript()Set the external JavaScript code (file) to manage progress element.
setStringin file Progress.php, method HTML_Progress::setString()Sets the current value of the progress string. By default, this string  is null. If you have provided a custom progress string and want to revert  to the built-in-behavior, set the string back to null.
setStringAttributesin file UI.php, method HTML_Progress_UI::setStringAttributes()Sets the string attributes.
setStringPaintedin file Progress.php, method HTML_Progress::setStringPainted()Sets the value of $_paintString property, which determines whether the  progress bar should render a progress string. The default is false.
setUIin file Progress.php, method HTML_Progress::setUI()Sets the look-and-feel object that renders the progress bar.
setValuein file DM.php, method HTML_Progress_DM::setValue()Sets the progress bar's current value.
setValuein file Progress.php, method HTML_Progress::setValue()Sets the progress bar's current value stored in the progress bar's data model.
sleepin file Progress.php, method HTML_Progress::sleep()Default user callback when none are defined.
 
 top
 
 
 
		topu
							UI.phpprocedural page UI.php 
 top
 
 top
 
 | 
 |