On 3/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
Yes, exactly.

XMLHttpRequest will be sending other types of events than ":action",
such as ":refresh", ":update" ... whatever makes sense.

How do you plan to address the 'runtime' creation of input type within a form?
I mean totally client side, let's say button will fire a
Builder.node('input', {class:'searchItem', id=currentId, name=currentName});
and not an ajax request which will probably return an html chunk to do the same.

It could probably be a Translator (TextField translate) used to add
value to a List property within the page?

The event handler methods will respond with new response types that
will be capable of sending back text, html and json responses to
accomplish various things on the client side.

The design of events and mixins in T5 were guided by needs of these use-cases.

It seems to me they reach their goal.

--
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to