toChecklist Releases
<< BackCurrent Version: Version 1.4.2
Requires jQuery 1.3.xChanges: Fixed a small bug that can arise when a list has more than the maximum number of selections pre-selected before it is converted to a checklist.
Version 1.4.1
Requires jQuery 1.3.xChanges: Added the option
maxNumOfSelections and the corresponding function onMaxNumExceeded(), allowing developers to limit the number of selections a user can make in each checklist.
Version 1.4.0
Requires jQuery 1.3.xChanges: toChecklist now works with multi-SELECT boxes that have
optgroup tags (used to separate the choices into groups). Also added the option preferIdOverName, so it can be made to work with Drupal's Views module.
Version 1.3.1
Requires jQuery 1.3.xChanges: Minor CSS update. Upgrade from 1.3.0 is unnecessary if everything looks fine to you. Added
margin and padding declarations on the internal checklist label elements to reset them to zero, so that these properties will not appear to mess up the design if they inherit a site-wide style.
Version 1.3.0
Requires jQuery 1.3.xChanges: Added the option
searchBoxText to allow developers to specify the text manually.
Version 1.2.0
Requires jQuery 1.3.xChanges: Added the option
submitDataAsArray, which makes it possible to use an array in the name attribute of the select box when it is set to true, e.g. <select name="mySelectBox[]" multiple="multiple"></select>. (Defaults to true, for compatibility with PHP.) Fixed inconsistencies in styling due to line-height property in documentation stylesheet cascading down to the plug-in style. In other words, default plug-in styles on a blank page have similar spacing as in the documentation now.
Version 1.1.1
Requires jQuery 1.3.xChanges: Fixed bug in IE that prevented selection/deselection of checkboxes when showCheckBoxes was set to false. Also fixed a problem with IE7 label elements interfering with the li:hover styling on the checklists. Not perfect, but much better.
Version 1.1.0
Requires jQuery 1.3.0Changes: Added ability to check/uncheck all items, or invert the selection. Added
isChecklist() method.
Version 1.0.1
Requires jQuery 1.2.6Changes: No changes. (Initial Release)
Version 1.0 was never officially released. I had already tagged 1.0 when I noticed a few bugs, so I fixed them, incremented the version, and released 1.0.1 as the first official release.
<< Back