[pmwiki-users] Input form, action handler

Hans design5 at softflow.co.uk
Sun Feb 4 03:40:06 CST 2007


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




More information about the pmwiki-users mailing list