Home » HTML » HTML_Progress2 » Bug #7437
wrong text in Doc
Details
| Submitted | 2006-04-20 16:22 UTC |
|---|---|
| From | stefanvalouch at googlemail dot com |
| Assigned | farell |
| Status | Closed |
| Package | HTML_Progress2 |
| PHP Version | 5.1.2 |
| OS | Debian/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