Hi.
In the "custom code to display record" how is it possible to call record
data ?
table.field1
table.field2
Same thing for headers ?
Thanks.
Il giorno martedì 15 maggio 2012 16:51:43 UTC+2, Marian Siwiak ha scritto:
>
> It worked as expected.
> Thank you very much!
> Marian
>
> W dniu wtor
It worked as expected.
Thank you very much!
Marian
W dniu wtorek, 15 maja 2012 15:55:54 UTC+2 użytkownik Anthony napisał:
>
> In the controller that generates the grid, you can do:
>
> if request.args and request.args[-3] == 'view':
> response.view = 'path/to/other_view.html'
>
> or you can us
In the controller that generates the grid, you can do:
if request.args and request.args[-3] == 'view':
response.view = 'path/to/other_view.html'
or you can use conditional code in the main view for the page:
{{if request.args and request.args[-3] == 'view':}}
[custom code to display record]
3 matches
Mail list logo