⧼vector-jumptocontent⧽

Views render menu example.pl: Difference between revisions

From EPrints Documentation
Added info aabbout view attribute to use function
 
mNo edit summary
Line 2: Line 2:
{{cfgd}}
{{cfgd}}


'''views_render_menu_example.pl''' provides an alternative render function for browse view menu pages, which can be specified in the browse view specification's ''render_menu'' attribute.  '''<code>$c->{render_view_menu_3col_boxes}</code>''' displays listing in three columns rather than using the full-width of the page.
'''views_render_menu_example.pl''' provides an alternative render function for browse view menu pages, which can be specified in the browse view specification's <code>render_menu</code> attribute.  '''<code>$c->{render_view_menu_3col_boxes}</code>''' displays listing in three columns rather than using the full-width of the page.

Revision as of 00:08, 6 February 2022


Back to cfg.d

views_render_menu_example.pl provides an alternative render function for browse view menu pages, which can be specified in the browse view specification's render_menu attribute. $c->{render_view_menu_3col_boxes} displays listing in three columns rather than using the full-width of the page.