I don't think that functions in the controller are callable with a
parameter from the web page like form objects are but I could be wrong...
without double checking my code I believe you can call controllers like
this:
@{controller/function/args}
I found that on the markmin cheatsheet.
if you are not using markmin it might be
{{=MARKMIN(@{controller/function/args)}} however that is just a wild guess.
(Maybe I shiould just keep to myself if I don't know exxactly but perhaps
your pointed in a good direction.)
Regards,
Bill
On Tuesday, November 6, 2012 6:51:16 AM UTC-6, Simon Carr wrote:
>
> Is there a way to run a Controller or Model Function in a wiki page
> created with auth.wiki()
>
> I am thinking some like
> {{ =insertImage(5) }}
>
> as you would have in a view.
>
> Thanks
> Simon
>
--