view inkscape/firefox/content/themes/checkbox/readme.txt @ 642:4f7b4ff31c0c

Fix the issue that can not clean nodejs addon
author Thinker K.F. Li <thinker@branda.to>
date Tue, 27 Jul 2010 22:02:40 +0800
parents 4350aa369149
children
line wrap: on
line source

Attach the onchange callback to your config to make tri-state checkboxes work (from change.js)

To read the checked options just do:
  $("SELECT-YOUR-CONTAINER").find("a.checked");
  or if you used "multiple : on"
  YOUR_TREE.selected_arr