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

File: Progress2.php

Source Location: /HTML_Progress2-2.4.2/HTML/Progress2.php

Classes:

HTML_Progress2
HTML loading bar with only PHP and JS interface.

Page Details:

Copyright (c) 2005-2008, Laurent Laville <pear@laurent-laville.org>

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PHP versions 4 and 5

Includes:

include_once('PHP/Compat.php') [line 49]
require_once('HTML/Common.php') [line 44]
require_once('HTML/CSS.php') [line 45]
require_once('Event/Dispatcher.php') [line 46]

HTML_PROGRESS2_BAR_HORIZONTAL [line 59]

HTML_PROGRESS2_BAR_HORIZONTAL = 1
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_BAR_VERTICAL [line 60]

HTML_PROGRESS2_BAR_VERTICAL = 2
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_CIRCLE [line 62]

HTML_PROGRESS2_CIRCLE = 4
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



HTML_PROGRESS2_ERROR_DEPRECATED [line 110]

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

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

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

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

[ Top ]



HTML_PROGRESS2_ERROR_INVALID_RESOURCE [line 126]

HTML_PROGRESS2_ERROR_INVALID_RESOURCE = -104
Basic error code that indicate an invalid resource
  • Since: 2.3.0a1

[ Top ]



HTML_PROGRESS2_ERROR_UNKNOWN [line 84]

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

[ Top ]



HTML_PROGRESS2_LABEL_BUTTON [line 72]

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

[ Top ]



HTML_PROGRESS2_LABEL_CROSSBAR [line 75]

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

[ Top ]



HTML_PROGRESS2_LABEL_PERCENT [line 74]

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

[ Top ]



HTML_PROGRESS2_LABEL_STEP [line 73]

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

[ Top ]



HTML_PROGRESS2_LABEL_TEXT [line 71]

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

[ Top ]



HTML_PROGRESS2_POLYGONAL [line 61]

HTML_PROGRESS2_POLYGONAL = 3
Progress Bar shape types
  • Since: 2.0.0

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:46:43 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.