]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/HtmlElement.php
PageList enhanced and improved.
[SourceForge/phpwiki.git] / lib / HtmlElement.php
2004-02-15 rurbanPageList enhanced and improved.
2003-02-27 dairikiNew functions in HtmlElement:
2003-02-17 dairikiRemove functions HiddenGets() and HiddenPosts().
2003-02-15 dairikiAdded HTML::meta() for <meta> tag.
2003-01-04 carstenklappAdded 'col' and 'colgroup' table elements used by Plugi...
2002-10-31 carstenklappRemoved new HTML::nbsp function, just use HTML::raw...
2002-10-29 carstenklappReplaced NBSP constant with a new nbsp() function....
2002-09-17 dairikiMinor additions for use by the Transclude plugin.
2002-09-02 rurbanfixed plugin/FrameInclude: missing are the targets...
2002-08-24 rurbannew PrevNext plugin with two buttons
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-19 rurbanfixed TitleSearch and other plugin-form problems with...
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.