» Version | » Information |
---|---|
1.2.2 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.2.2 Release date: 2010-10-25 10:15 UTC Release state: stable Release uploaded by: doconnor Changelog: QA release Bug #17696 Patch in order to allow minimization of JS code Bug #7324 Problem using together with XMLRPC Bug #13665 phpcs errors Request #14941 Improve PHPCS results (javascript, tabs vs spaces) Bug #15292 Unit test failure -Fatal error: Call to undefined method Tree::setup() Request #15957 images dont "work" on dark(er) backgrounds Doc Bug #16718 sample simple example fails Dependencies:
|
1.2.1 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.2.1 Release date: 2008-04-13 11:36 UTC Release state: stable Release uploaded by: ashnazg Changelog: * Fix Bug #1776: [CDATA[ addition to javascript code [richard] * Fix Bug #2392: Nodes open expanded on mulitiple menus [richard] * Implement Feature #5595: "language" attribute in <script> tag won't validate as XHTML strict [cweiske] * Implement Feature #5833: DHTML Menu icon size is fixed, so custom icons may not display correcly [cweiske] * Implement Feature #7435: createFromXML comments [cweiske] Also update package.xml to version 2.0 Dependencies:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.2.0 Release date: 2005-03-01 21:52 UTC Release state: stable Release uploaded by: richard Changelog: Various bug fixes. |
1.1.9 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.9 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.9 Release date: 2003-12-20 08:30 UTC Release state: stable Release uploaded by: richard Changelog: Fix expanded image when nodes are expanded by default |
1.1.8 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.8 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.8 Release date: 2003-12-20 08:08 UTC Release state: stable Release uploaded by: richard Changelog: Fix javascript detection issue |
1.1.7 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.7 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.7 Release date: 2003-11-26 16:19 UTC Release state: stable Release uploaded by: richard Changelog: Bug fix in maxDepth feature |
1.1.6 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.6 Release date: 2003-11-26 16:06 UTC Release state: stable Release uploaded by: richard Changelog: o Auto escapes ' in node text o New maxDepth option HTML_TreeMenu_DHTML presentation class. All nodes past this number of indentations are rendered as siblings. |
1.1.5 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.5 Release date: 2003-04-02 21:14 UTC Release state: stable Release uploaded by: richard Changelog: Updated browser detection to allow for Opera 7 |
1.1.4 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.4 Release date: 2003-02-21 18:22 UTC Release state: stable Release uploaded by: richard Changelog: Added a createFromXML() method for creating treeMenu structures from XML. This feature depends on the PEAR::XML_Tree package. |
1.1.3 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.3 Release date: 2003-02-20 15:58 UTC Release state: stable Release uploaded by: richard Changelog: Added expanded icon support. Added documentation in Word and PDF formats. Moved structure import code to its own static method createFromStructure(), and added support for my own Tree class (http://phpguru.org/tree.html) as well as Wolfram Kriesings Tree class. |
1.1.2 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.2 Release date: 2002-11-30 22:27 UTC Release state: stable Release uploaded by: richard Changelog: Updated example file |
1.1.1 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.1 Release date: 2002-11-30 21:55 UTC Release state: stable Release uploaded by: richard Changelog: Added event support, and moved various options from the TreeMenu class to the presentation classes. Added presentation base class. |
1.1.0 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.1.0 Release date: 2002-11-10 18:28 UTC Release state: stable Release uploaded by: richard Changelog: Hmm where to begin... Major: <ul> <li>Changed entire structure of generation. Now there are structure classes (HTML_TreeMenu and HTML_TreeNode) and also presentation classes for different types of menu generation (HTML_TreeMenu_DHTML and HTML_TreeMenu_Listbox).</li> <li>Changed Jabbascript to use class.prototype.method for method definition.</li> <li>Changed client side persistence to be cookie based. Now works in all browsers that support dynamic menus.</li> </ul> Medium: <ul> <li>Added ensureVisible option to make sure a node is visible in spite of other settings and client side persistence.</li> <li>Added Listbox (<select>) style presentation of a menu.</li> </ul> Minor: <ul> <li>Added IE4 dynamic support</li> <li>Fixed Nav 4.x support</li> <li>Removed redundant layer crapola</li> <li>JS object names are now auto generated</li> <li>Default and per node support for CSS classes</li> <li>Changed args to array lists</li> <li>Added toHTML() method for getting the HTML. Useful for templates.</li> <li>New icons</li> </ul> |
1.0.4 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.0.4 Release date: 2002-07-27 12:44 UTC Release state: stable Release uploaded by: richard Changelog: License change |
1.0.3 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.0.3 Release date: 2002-07-05 12:32 UTC Release state: stable Release uploaded by: richard Changelog: Bugfixes: o Persistence fixes o Reference/copy fixes |
1.0.2 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.0.2 Release date: 2002-06-30 00:03 UTC Release state: stable Release uploaded by: richard Changelog: Change to use document.write() instead of layers and innerHTML for much speed increase. Change to use onmousedown instead of onclick for cleaner more defined clicks. Added the ability to define whether to use client side persistence. Added the ability to define whether a node is dynamic Added the ability to define whether a node is expanded |
1.0.1 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.0.1 Release date: 2002-06-18 23:30 UTC Release state: stable Release uploaded by: richard Changelog: Added support for Mozilla and NN6 |
1.0 |
Easy InstallNot sure? Get more info. pear install HTML_TreeMenu-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_TreeMenu-1.0 Release date: 2002-06-15 18:37 UTC Release state: stable Release uploaded by: richard Changelog: Initial release |