» Version | » Information |
---|---|
1.5.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.5.1 Release date: 2009-04-05 08:21 UTC Release state: stable Release uploaded by: farell Changelog: [+] New features - None [*] Improvements / changes - None [-] Bugfixes - single or dual shape is now well commented when using setComment() [!] Quality Assurance - Improve unit test suites (for PHPUnit 3.2+) with code coverage closest to 100% (99.81) - Upgrade HTML_Common dependency from 1.2.4 to 1.2.5 Dependencies:
|
1.5.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.5.0 Release date: 2009-02-15 08:33 UTC Release state: stable Release uploaded by: farell Changelog: * news - copyright bump to 2009 - fix dependencies - remove dreprecated function (setJsElement) since version 1.3.0 - rewrites JS in object literal notation (uses namespace) - add two new buttons to move up to top or down to bottom a selected item - add a minimized/compressed version of Javascript code; uses getElementJs() - may now load options (class constructor) with fancy attributes without additional code - qfams_custom_3.php show that it is now possible to define one or more item (preselected) that cannot be remove by end-user - setElementTemplate() function signature changed (but keep BC) : allow to use only one instance of javascript code - remove embedded version of TDG (The Definitive Guide) now it was included in the new PEAR - new example qfams_custom_9.php show how to handle fancy options attributes (disabled, style:color background-color ...) - handle of persistant options at run-time (see new methods: getPersistantOptions, setPersistantOptions) - PEAR_Error instance throws have now a level (exception or error) and a code identified by HTML_QUICKFORM_ADVMULTISELECT_ERROR_INVALID_INPUT constant * QA - Old User Guide 1.4.0 that was previously included in past releases, was removed. The most up-to-date documentation is now part of the new PEAR Manual. - Add unit test suites (for PHPUnit 3.2+) with code coverage closest to 100% (97.30) Dependencies:
|
1.4.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.4.1 Release date: 2008-04-26 14:00 UTC Release state: stable Release uploaded by: farell Changelog: * news - Introduce a TIP to make double-select-box XHTML 1.0 Strict compliant even with an empty list. * bugs - fix #13680 : XHTML - Need to create a distinct id for all checkboxes * changes - With default element template there is a label, that does not exist with submit button All examples uses a custom submit-element template to make them XHTML compliant. * QA - User Guide 1.4.0 included in this release cover all versions 1.x.x see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect for more format to download. Dependencies:
|
1.4.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.4.0 Release date: 2007-06-09 10:58 UTC Release state: stable Release uploaded by: farell Changelog: * changes - No code changes since previous release - License switch from PHP 3.01 to new BSD * QA - User Guide 1.4.0 included in this release cover all versions 1.x.x see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect for more format to download. Dependencies:
|
1.3.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.3.1 Release date: 2007-01-08 09:58 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - fixed javascript file path resource pear installer replacement into getElementJs() Dependencies:
|
1.3.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.3.0 Release date: 2007-01-06 12:27 UTC Release state: stable Release uploaded by: farell Changelog: * warning - PHP 4.2.0 is still enough to use all other API except getElementJs() that requires now PHP 4.3.0 to retrieve inline javascript source code. BTW usage of getElementJs() begin optional and not recommanded. - To avoid BC break, and keep previous implementation still running, {javascript} placeholder is again included inside default template. Do not use it anymore. See FAQ howto section of user guide. * news - placeholders to display live counters (unselected, selected, all items) see Multiple example 2 (examples/qfams_multiple_2.php) and User Guide for details * changes - fixed closing html-styles tags that raised a warning in all examples - copyright notice bumped to 2007 - license fixed to PHP 3.01 - use namespace for CSS and JS - setJsElement() is marked as deprecated, since rewrite of JS (external file) with namespace - more placeholders into template to support new feature : Live Counter - getElementJs return now content of external JS to avoid BC break * bugs - Doc Bug #9221 : Did not realize at first needed additional require * QA - User Guide 1.3.0 included in this release cover all versions 1.x.x see http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect for more format to download. Dependencies:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.2.0 Release date: 2006-04-08 10:03 UTC Release state: stable Release uploaded by: farell Changelog: * news - add both package.xml v1.0 and v2.0 - license upgrade from PHP License 3.0 to 3.01 - copyright notice changed - add toggle button ability to a dual multi-select boxes. See examples/qfams_custom_6.php script that demonstrates this feature. * Quality Assurance - User Guide (TDG), english html multi pages include was also updated See chapter 5.Advanced features / buttons Dependencies:
|
1.1.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.1.0 Release date: 2005-12-01 02:35 UTC Release state: stable Release uploaded by: farell Changelog: * news - ability to select/unselect all items (options) in one stroke. - you may also toggle a selection. See examples/qfams_custom_7.php script that demonstrates these new features. * Quality Assurance - User Guide (TDG), english html multi pages include was also updated See chapter 5.Advanced features / buttons and also chapter 8.Examples / Avanced selection usage Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-1.0.0 Release date: 2005-09-01 05:22 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - fix bug #5216 Warning: Invalid argument supplied for foreach() * news - add a new example to demonstrate the db options loading feature with PEAR::DB and a MySQL database (see examples/qfams_basic_2.php). * Quality Assurance - added some @example and @link phpDoc tags to provide screenshots and example source code access on API documentation (generated by phpDocumentor). - include a complete english guide for both beginners and expert users. This is the many html files version. Others format and language content are available to download at URI http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect/docs Live demos, screenshots, source codes and much more are available on my project homepage at http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect Dependencies:
|
0.5.1 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-0.5.1 Release date: 2005-08-05 10:24 UTC Release state: beta Release uploaded by: farell Changelog: * bugs - fix bug #4993 javascript error: r.options[i] has no properties only since version 0.5.0 * QA - add more phpdoc tags for screenshots link and examples source code - fix minor other phpdoc tags - include ChangeLog and NEWS files PDF and HTML online docs are available at http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect/docs Live demos, screenshots, source codes and much more are available on my project homepage at http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect Dependencies:
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-0.5.0 Release date: 2005-07-25 12:14 UTC Release state: beta Release uploaded by: farell Changelog: * news - add auto arrange feature (developer issue) asked by Jamie Alessio - ability to manage (sort) list with two buttons (Up and Down) Live demos, screenshots, source codes and much more are available on my project homepage at http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect Dependencies:
|
0.4.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm_advmultiselect-0.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm_advmultiselect-0.4.0 Release date: 2005-06-25 09:31 UTC Release state: beta Release uploaded by: farell Changelog: This is the initial release of the HTML_QuickForm_advmultiselect package. Live demos, screenshots, source codes and much more are available on my project homepage at http://pear.laurent-laville.org/HTML_QuickForm_advmultiselect Dependencies:
|