[Phphtmllib-devel] 2.1.0 has been released.
Status: Beta
Brought to you by:
hemna
From: Walter A. B. I. <wb...@qu...> - 2002-11-12 22:00:18
|
phpHtmllib 2.1.0 has officially been released. New Features * Added support for building SVG (Scalable Vector Graphics) images. This includes ALL W3C SVG 1.0 Recommendation tags. * Added support for building all WML tags to be used to build WAP pages * Added CSVFILEDataListSource object to be used to allow the DataList widget to get it's data from a CSV (Comma Seperated Values) formated file on disk * Added form_active_radio(), and form_active_checkbox() - ties together the text label with the form field * added xml_doctype() * added HTMLPageClass::build_doctype() - so you can override the attributes for the page's DOCTYPE tag * Added lots of new features to the XMLDocumentClass * added XMLSTYLESHEETtag New Widgets * SVGDocumentClass object for building complete SVG documents * Added WMLDocumentClass to build WAP/WML pages for WAP browsers * Added the new ActiveTab Widget - displays tabs w/ content without having to do page turns for each tab. Bug Fixes * fixed a problem with the DefaultGUIDataList object comparingthe old style tag name of TD. all tags are now lowercase * changed the use of id to class to prevent W3C validation errors when using a widget multiple times on a page. * Did some major code cleanup in the _render_tag_* functions between the XMLTagClass and the HTMLTagClass classes. Just had some legacy code living in the HTMLTagClass methods that was now living in the XMLTagClass methods * Did some minor tweaks here and there in the base classes for performance improvements thanks to the adp profiler tool http://pear.php.net/package-info.php?pacid=118 -- Walter A. Boring IV <wb...@qu...> |