Jrad
unread,Jul 24, 2010, 9:25:37 AM7/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jquery-claypool
Hi Chris,
Let me thank you again since we are challenging with different aspects
of our web2.0 app these days and you have done several improvements to
claypool to support us.
To have a "event-based" controller, we are using hijax:event to fire
controller events:
{ event:"|:entity|/|:action|", controller:"#entityController",
action:"handleEvent" }
1) we wish hijax:event support parameterized event names, so we could
have a generic rule. (our specific events are like: "contact/created",
"contact/deleted", "someOtherEntity/selected", ...
2) then we need access to the event name in
handleEvent( event, ... )
function so we can discover the specific event handler to run.