Sunday, February 4, 2007, 9:07:06 AM, info wrote:

> How can I specify my own action handler by using either (:input.... :)?

use (:input hidden action myaction:)
and define your action handler in php:

$HandleActions['myaction']='MyActionHandler';
function MyActionHandler($pagename) { .....

> Is there also a possibility to specify my own action handler when  
> using Fox forms?

No. Fox uses its own action handlers for foxpost and foxdelete

Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to