| API Quick Reference Guide | Demo Mini-Site | Qcodo Hosting | Qcodo Manual Project | QForge |
NavigationUser login |
QCheckboxTree 1.0.0
Submitted by VexedPanda on Wed, 05/30/2007 - 15:31.
Download: QCheckboxTree 1.0.zip Size: 3.6 KB md5_file hash: a1e00da4a5fd3073770a4a4a70b3d57a First released: Wed, 05/30/2007 - 15:31 This first release is feature-complete, providing checkboxes for each selected item, and using different CSS rules to a normal QTreeNav. |
|
The "Qcodo Development Framework" is an open-source framework for PHP. The open-source project is managed by QuasIdea Development, LLC. This website is managed by A Mountain Top, LLC. The framework is released under the terms of The MIT License. |
Copyright (c) 2005 - 2008, A Mountain Top, LLC
Soli Deo Gloria - John 3:16 - Romans 12:1-8 |
Addendum
You must also update your post.js file in assets/js/_core, changing line 101 from:
strPostData += "&" + objForm.elements[i].id + "=" + "1";
to:
strPostData += "&" + objForm.elements[i].id + "=" + objForm.elements[i].value;