|
NAMEReaction::UI::Widget::Collection::Grid - A collection with header and footerDESCRIPTIONThis widget is a subclass of Reaction::UI::Widget::Collection. Additionally to its superclass, it provides abstract means of a header and a footer.FRAGMENTSheader_cellsWill set the "labels" argument to the viewport's "field_labels" attribute value.Afterwards, the "header_cell" fragment will be rendered once for every entry in the viewport's "computed_field_order". Additionally, the "header_action_cell" will be rendered when the current viewport's "member_action_count" is larger than 0. header_cellPopulates the "label" argument with a localised value of the "labels" hash reference argument. The used key is extracted from the "_" topic argument.header_action_cellPopulates the "col_count" argument with the viewports "member_action_count" attribute value.LAYOUT SETSbaseshare/skin/base/layout/collection/grid.tt The base grid layout set does not provide an markup, just abstract layouting. The following layouts are provided:
defaultshare/skin/default/layout/collection/grid.tt This layout set extends the "NEXT" in the skin inheritance hierarchy. It is meant to extend upon the layout set with the same name in the "base" skin and provides the same abstract structure but with a table based markup. The following layouts are provided:
SEE ALSO
AUTHORSSee Reaction::Class for authors.LICENSESee Reaction::Class for the license.
Visit the GSP FreeBSD Man Page Interface. |