oops
On Mar 22, 3:01 pm, danto wrote:
> > 2011/3/13 Massimo Di Pierro
>
> >> You can also do
>
> >> {{=plugin_wiki.render_page('slug')}}
>
> >> if you do not need the ajax trapping.
>
> for the record, the above didn't work because there is not any "render_page"
> method in plugin_wiki, but {
>
> 2011/3/13 Massimo Di Pierro
>
>> You can also do
>>
>> {{=plugin_wiki.render_page('slug')}}
>>
>> if you do not need the ajax trapping.
>>
>>
for the record, the above didn't work because there is not any "render_page"
method in plugin_wiki, but {{=plugin_wiki.embed_page('slug')}} works
ins
thanks, that was very useful
2011/3/13 Massimo Di Pierro
> You can also do
>
> {{=plugin_wiki.render_page('slug')}}
>
> if you do not need the ajax trapping.
>
> On Mar 13, 10:17 am, danto wrote:
> > Hi,
> >
> > it is possible to just load the content of a plugin_wiki page in a view
> > using
You can also do
{{=plugin_wiki.render_page('slug')}}
if you do not need the ajax trapping.
On Mar 13, 10:17 am, danto wrote:
> Hi,
>
> it is possible to just load the content of a plugin_wiki page in a view
> using the LOAD() function?
Yes, but instead of
http://.../plugin_wiki/page/...
you must do
{{=LOAD('plugin_wiki','page.load/...',ajax=True)}}
On Mar 13, 10:17 am, danto wrote:
> Hi,
>
> it is possible to just load the content of a plugin_wiki page in a view
> using the LOAD() function?
5 matches
Mail list logo