Home » HTML » HTML_Progress » Bug #233
No getScript in Progress.php :-(
Details
| Submitted | 2003-11-12 23:07 UTC |
|---|---|
| From | geoff at hostworks dot ca |
| Assigned | farell |
| Status | Closed |
| Package | HTML_Progress |
| PHP Version | 4.3.3 |
| OS | Slackware 9.1 |
| Roadmaps | (Not assigned) |
Comments
[2003-11-12 23:07 UTC] geoff at hostworks dot ca
Description:
------------
Hello,
I'm using your 1.0RC2 HTML_Progress and noticed I could not grab the javascript code from HTML_Progress->getScript. However, I do see you have it in the HTML_Progress_UI. I guess it's not linked to HTML_Process yet.
I resorted to copying and pasting the java script functions from your examples and have working code now. However, I believe having this option would be sweet as a method :-)
Also, it isn't very well documented that you need to call HTML_Progress->getStyles() before it will work correctly. :-). Your examples as well do not show this (unless you are using anothe pear module to generate your pages and it is getting the CSS style automatically)
In case you ask here are my pear modules installed. Used Mozilla 1.4 and Konqouer to test your module.
Installed packages:
===================
Package Version State
Archive_Tar 1.1 stable
Config 1.9 stable
Console_Color 0.0.3 beta
Console_Getopt 1.0 stable
DB 1.5.0RC2 stable
Error_Raise 0.2.2 alpha
HTML_CSS 0.2.0 stable
HTML_Common 1.2.1 stable
HTML_Page 2.0.0RC2 beta
HTML_Progress 1.0RC1 beta
HTML_QuickForm 3.2 stable
HTML_QuickForm_Contr 1.0 stable
oller
HTTP 1.2.1 stable
Mail 1.1.2 stable
Net_SMTP 1.2.3 stable
Net_Socket 1.0.1 stable
PEAR 1.3b3 beta
PHPUnit 1.0.0-alpha2 alpha
XML_Parser 1.0.1 stable
XML_RPC 1.0.4 stable
XML_Util 0.5.1 stable
Thanks
Geoff
[2003-11-12 23:48 UTC] geoff at hostworks dot ca
Never Mind. I see the new examples in the PHPDocumenter.
My bad.