[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-04-24 Thread Wellington
A used your sugestion by Han to solve my problem, but because of problem of "undefined" don't works for me, then I tried done by other way as not add one item at result list. I create a function "noSelection". I used the 3 firsts steps that they used. the 4th step I rewrote as if(!config.mouseD

[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-03-01 Thread Paul Noden
Hi Brian, How did you get on with adding checkbox support to jeditable, it would be nice to have jeditable support all input types such as checkboxes and radio buttons (the ok/cancel would need to be for the entire named group) and of course password, and file. jeditable is pretty great as it sta

[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-02-12 Thread Brian Loomis
Mika, I tried adding this to the latest jeditable build from github @ line 237 where the plugin settings were included. This had the effect of breaking jeditable as a whole. I then tried it near the bottom where I have added in the new plugin feature for checkboxes:

[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-02-12 Thread Brian Loomis
I'm trying to keep from having a check box need a double click to become selected. It seems the base behavior in jeditable is that one click opens an item for editing, and one click (or typing) allows the edits to occur. In the case of a checkbox a double click is not an expected behavior

[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-02-11 Thread Mika Tuupola
On Feb 11, 2009, at 7:13 PM, Brian Loomis wrote: Unfortunately I am not able to get the checkbox to select without first selecting the containing element (which has the appearance of having to get the checkbox a double click to check it) However - the checkbox unselects with only one cli