I am not sure exactly what MochiKit does, but it may add the onclick directly to the object when it is created. Sorry that this is very vague, but maybe it will help you looking through the docs or code.

Best,

Eric

On 4/20/06, Henotii <[EMAIL PROTECTED]> wrote:

I just follow the doc of mochikit, and use A({"href":"#"}, "test") to
add element successful.
But it seems can't work with A({"onclick":"test_func()"}, "test").
The output html just like this <a>test</a>, and without the "onclick".

Is there something wrong? And how can I add attr like "onclick" when
using MochiKit. The mochikit's doc is not very clear in this.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to