[Radiant] Extension development questions
Sean Cribbs
seancribbs at gmail.com
Mon Jul 16 14:00:23 CDT 2007
There are also two levels of 'context'.
1) tag.locals.page gives you the most immediately accessible page, which
is the page inside iterations like <r:children:each> or 'jumps' like
<r:find>
2) tag.globals.actual_page gives you the real page being rendered,
disregarding any changes made via iterations or the like
If you want assistance testing tag output, look at the unit test for
StandardTags. It has great examples.
Sean
Peter Berkenbosch wrote:
> Anwering my own question,
>
> the current page if accesable through:
>
> tag.locals.page
>
> Still searching for some information about testing tags and extensions.
>
> Peter.
>
> On 7/14/07, Peter Berkenbosch <peter.berkenbosch at gmail.com> wrote:
>
>> Some questions about extensions that I hope someone can anwser..
>>
>> 1. Do I have acces to something like the 'current' page context?
>> 2. Does anyone know of a sample extensions with some extensive testing ?
>>
>> Thanks !
>>
>> Peter Berkenbosch
>>
>
>
>
>
>
More information about the Radiant
mailing list