On Oct 3, 2007, at 11:51 AM, Mark Ingram wrote:
Is it possible to have a single click item editor? i.e. when the user clicks on the checkbox, it actually changes it’s value, as opposed to creating the item editor.
If you want to go the route of it just changing values and not showing an editor, I think you could just not have an editor, but a click handler do the work.

But if you want an editor to appear but have the state changed in a single click (and still be editable), just have the editor listen for the creationComplete event and toggle its state there.

hth
charles

Reply via email to