Quoting [EMAIL PROTECTED]:

> Quoting The Editor <[EMAIL PROTECTED]>:
>
>>>> 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) { .....
> Thanks very much, this is now working perfect!
I have one more question:
At the end of MyActionHandler, how can I show the page again, where  
the action handler had been called from?

--
Thanks for your help.
Kind regards,
Mike



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

Reply via email to