Method run for all dynamic tags. |
|
| see context, date selection, edit, else, link, pagination ! | |
<r:parent do='[name]'/> <r:children> ... </r:children> <ul do='references' or='reference_for'> ... </ul> <r:void store='foo'> ... <r:foo> back in 'foo' context</r:foo> </r:void> <div do='images' from='project' order='random' limit='10'> <r:img mode='pv'/> </div> <ul do='pages' order='d_done DESC' do='each' join=', ' do='link'/> <div do='notes from project where d_domain = fun' or='news where d_domain = fun'/> pagination <ul do='images' in='site' paginate='p'> ... page count: <r:show var='p_count'/> total images count: <r:show var='p_nodes'/> <r:link page='previous'/> <r:show var='bar'/> <r:link page='next'/> </ul> |
TODO: move “context” examples and attributes in context and only keep information on method resolution.
introduction
This is not a method you can call, it’s just a placeholder to talk about “method missing” resolution.
The method resolves either as a query finder (SQLiss) or RubyLess method. See zafu introduction for details on the resolution.