]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/HtmlElement.php
added SubPages support: see SUBPAGE_SEPERATOR in index.php
[SourceForge/phpwiki.git] / lib / HtmlElement.php
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-02-07 dairikiSmall bug fixes
2002-02-06 carstenklappRemoved hackish hook to Theme->hr() until I can find...
2002-02-06 carstenklappnew themed hr
2002-02-04 carstenklappAdded <option> tag to HTML::_setTagProperty. Minor...
2002-02-02 carstenklappnew form elements <select> and <option>
2002-01-30 dairikiNew function HiddenInputs which constructs a set of...
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-26 dairikiNew markup code is now more or less working.
2002-01-24 dairikiRestore HtmlElement::_emptyTag() as distinct from XmlEl...
2002-01-24 carstenklappmoved function _emptyTag() from HtmlElement to XmlEleme...
2002-01-23 dairikiAdded HTML::pre().
2002-01-22 dairikiAdd HTML::hr().
2002-01-22 dairikiMove the addTooltip from Button to parent class HtmlEle...
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiGenerate HTML now gets split onto more than one line...
2002-01-21 carstenklappAdded caption, thead, tbody, tfoot table elements.
2002-01-21 carstenklappAdded caption, thead, tbody table elements.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-21 dairikiNew object-oriented code for HTML generation.