On 2/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 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,
> MikeI use HandleBrowse($pagename); Cheers, Dan _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
