PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Progress2 » Bug #7437

wrong text in Doc

Details

Submitted2006-04-20 16:22 UTC
Fromstefanvalouch at googlemail dot com
Assignedfarell
StatusClosed
PackageHTML_Progress2
PHP Version5.1.2
OSDebian/GNU Linux testing
Roadmaps(Not assigned)

Comments

[2006-04-20 16:22 UTC] stefanvalouch at googlemail dot com

Description:
------------
In the documentation (http://www.laurent-laville.org/pear/HTML_Progress2/docs/TDG/en/ch05.html)
is a function named "setOrient":

Shape

Even [...] bar:

<?php[..] ?>
If you want to build others shapes like :[...]

<?php
require_once 'HTML/Progress2.php';

$pb = new HTML_Progress2();
$pb->setOrient(HTML_PROGRESS2_BAR_VERTICAL); <--------
?>

But the only function to set the orientation is:
setOrientation($orient) which is in Progress2.php on line 1210.

Please fix that