checkboxes in menus
2006/05/12 07:24
Viewed 2787 times
Replies: 1/1

Hi. I'm trying to replicate what you have in the dynarch.com menus under preferences. Namely, the checkboxes. Could you provide some code as to how you set them up? I've tried everything I can think of - I put the input type="checkbox" tag in the <a> </a> but i can't get it to be checked/unchecked when the item label is clicked. Any help would be greatly appreciated. Thanks!!! Cage

Re: checkboxes in menus
2006/05/12 09:03
Viewed 4181 times
Replies: 0/0

There's a sample in the package files too (the documentation's index.html file).

The idea is simple: you create a normal item, with an icon; when it's clicked, you set a new icon. :) Please check index.html in your package files for details (look for the function "toggleCheckbox" and how is it called in the code).

last
Google