El miércoles, 10 de octubre de 2012 22:56:23 UTC-3, Massimo Di Pierro
escribió:
>
> I do not understand the question. auth.wiki uses markmin. I think they
> both use the same syntax. Both of the examples below should work with the
> right MARKMIN parameters.
>
Hi Massimo
I'm using the trunk version.
Specifically I want to embed a LOAD('c', 'f', args)
I understand from what I read in other threads I can do the following:
@{component:controller/function/args).
I have this:
@///fotografias/2
@{component:/turista/fotografias/2}
in the first case @///function/args, I get the full url, that is what I
expect, but in second case @{component:/c/f/a}, I get the raw string
(@{component:/turista/fotografias/2})
in the view I have:
{{=MARKMIN(row.data, url=True)}}
Got that?
Jose
--