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

File: Progress2.php

Source Location: /HTML_Progress2-2.1.0/Progress2.php

Classes:

HTML_Progress2
HTML loading bar with only PHP and JS interface.

Page Details:

HTML loading bar with only PHP and JS interface.

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.01 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_01.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:

include_once('PHP/Compat.php') [line 27]
require_once('HTML/Common.php') [line 23]
require_once('Event/Dispatcher.php') [line 24]

HTML_PROGRESS2_BAR_HORIZONTAL [line 38]

HTML_PROGRESS2_BAR_HORIZONTAL = 1
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_BAR_VERTICAL [line 39]

HTML_PROGRESS2_BAR_VERTICAL = 2
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_CIRCLE [line 41]

HTML_PROGRESS2_CIRCLE = 4
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_DEPRECATED [line 89]

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 80]

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 71]

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 97]

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

[ Top ]



HTML_PROGRESS2_ERROR_UNKNOWN [line 63]

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

[ Top ]



HTML_PROGRESS2_LABEL_BUTTON [line 51]

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

[ Top ]



HTML_PROGRESS2_LABEL_CROSSBAR [line 54]

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

[ Top ]



HTML_PROGRESS2_LABEL_PERCENT [line 53]

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

[ Top ]



HTML_PROGRESS2_LABEL_STEP [line 52]

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

[ Top ]



HTML_PROGRESS2_LABEL_TEXT [line 50]

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

[ Top ]



HTML_PROGRESS2_POLYGONAL [line 40]

HTML_PROGRESS2_POLYGONAL = 3
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



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