Name | Modified | Size | Downloads / Week |
---|---|---|---|
archive | 2015-10-19 | ||
readme.txt | 2015-10-19 | 2.1 kB | |
phphtml5tools-0_2_1.zip | 2015-10-19 | 79.8 kB | |
Totals: 3 Items | 82.0 kB | 0 |
PHP HTML5 Tools v0.2.1 ---------------------- HTML5 document builder for PHP5+. Create web pages without pure HTML coding! First of all, please check example.php if you are using it the first time! It's a working demo with lots of comments in the source. If you like it just copy the files to your project folder and include phphtml5tools-0_2_1.php. That's all. Have fun! Changes ------- Version Date of change Change description ------- -------------- ------------------ 0.2.1 19-10-2015 - PlainText object can be added to SVG 'text' and 'tspan' elements (bugfix). 0.2 15-09-2015 - Fixed missing code completion in NetBeans for _node() function return object. - Fixed class of <i> tag. - Changed exception base class names. - Modified addElement() functions to be more sophisticated. - Fixed reference in the last comment line of 'example.php'. - Added support for " and ' characters in attribute values. - Added support for basic jQuery style selector methods (is(), find(), children()) (some restrictions apply). - Fixed HTMLSpan class constructor (if parameter is empty string then no PlainText is added automatically). - Added HTMLHtml class to represent 'html' element which was missing before. - Fixed HTMLDocument::getBody() comment (Hungarian text translated to English). - Added HTMLDocument::getRoot() method. - HTML object classes moved to separate files named by HTML5 standard TOC. - Added support for comment and CDATA sections (HTMLComment & HTMLCData classes). - Added Collection class to manage selector returning nodes and to allow multiple node operations. 0.1 05-05-2015 - First version.