Callbacks in Iliad

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Callbacks in Iliad

garduino
Hi:

What is the recommeded way of use callbacks in Iliad (as in Seaside is
with WACallback, WAActionCallback and o)?

Cheers.

--
=================================================
Germán S. Arduino  <gsa @ arsol.net>   Twitter: garduino
Arduino Software & Web Hosting   http://www.arduinosoftware.com
PasswordsPro  http://www.passwordspro.com
=================================================
Reply | Threaded
Open this post in threaded view
|

Re: Callbacks in Iliad

Nicolas Petton
Le vendredi 24 décembre 2010 à 18:55 -0300, Germán Arduino a écrit :
> Hi:
>
> What is the recommeded way of use callbacks in Iliad (as in Seaside is
> with WACallback, WAActionCallback and o)?

Callbacks in Iliad are called actions, instances of ILAction. You don't
have to instanciate actions yourself, instead you can use methods from
the element API, see http://doc.iliadproject.org/#Actions

Cheers,
Nico