nothing easier than that with jquery:
$("td.clickMe").dblclick(function() {
...
});
On 12 Aug., 15:41, Ian R <[email protected]> wrote:
> On Aug 12, 9:02 am, FrederickD <[email protected]> wrote:
>
> > I'm sorry my post was not more clear. I know in things Internet-
> > related there is no double-click like in a local application. However,
> > I cannot figure out how to have a row in a list of users (from /users/
> > index.ctp), or even an attribute within that row (perhaps 'username'),
> > be a hot spot so that clicking on that would request an action (view,
> > edit, or delete).
>
> Forgive me if I'm oversimplifying here, but couldn't you just make a
> link, or attach some observer code that responds to a doubleclick?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---