HTML_Progress2
[ class tree: HTML_Progress2 ] [ index: HTML_Progress2 ] [ all elements ]

File: Progress2.php

Source Location: /HTML_Progress2-2.0.0RC2/Progress2.php

Classes:

HTML_Progress2
The HTML_Progress2 class allow you to add a loading bar to any of your xhtml document.

Page Details:

The HTML_Progress2 class allow you to add a loading bar to any of your xhtml document.

You should have a browser that accept DHTML feature.

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('PHP/Compat.php') [line 26]
require_once('Event/Dispatcher.php') [line 25]
require_once('HTML/Common.php') [line 24]

HTML_PROGRESS2_BAR_HORIZONTAL [line 37]

HTML_PROGRESS2_BAR_HORIZONTAL = 1
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_BAR_VERTICAL [line 38]

HTML_PROGRESS2_BAR_VERTICAL = 2
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_CIRCLE [line 40]

HTML_PROGRESS2_CIRCLE = 4
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_DEPRECATED [line 88]

HTML_PROGRESS2_ERROR_DEPRECATED = -102
Basic error code that indicate a deprecated method that may be removed at any time from a future version
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_INVALID_CALLBACK [line 79]

HTML_PROGRESS2_ERROR_INVALID_CALLBACK = -101
Basic error code that indicate a wrong callback definition.

Allows only function or class-method structure.

  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_INVALID_INPUT [line 70]

HTML_PROGRESS2_ERROR_INVALID_INPUT = -100
Basic error code that indicate a wrong input
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_INVALID_OPTION [line 96]

HTML_PROGRESS2_ERROR_INVALID_OPTION = -103
Basic error code that indicate an invalid option.
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_UNKNOWN [line 62]

HTML_PROGRESS2_ERROR_UNKNOWN = -1
Basic error code that indicate an unknown message
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_LABEL_BUTTON [line 50]

HTML_PROGRESS2_LABEL_BUTTON = 'button'
Progress Bar label types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_LABEL_CROSSBAR [line 53]

HTML_PROGRESS2_LABEL_CROSSBAR = 'crossbar'
Progress Bar label types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_LABEL_PERCENT [line 52]

HTML_PROGRESS2_LABEL_PERCENT = 'percent'
Progress Bar label types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_LABEL_STEP [line 51]

HTML_PROGRESS2_LABEL_STEP = 'step'
Progress Bar label types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_LABEL_TEXT [line 49]

HTML_PROGRESS2_LABEL_TEXT = 'text'
Progress Bar label types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_POLYGONAL [line 39]

HTML_PROGRESS2_POLYGONAL = 3
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:16:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.