DOMElement show_diashow(
int
$startOffset, array
$linkPreset,
$node)
Shows multiple items as diashow items.
This method appends xhtml markup to the given DOMNode that displays the items in the diashow layout. For most items, the diashow layout is an alias of the details layout with default fields and links.
Tags:
return:
The <samp> <ul> </samp> tag.
Parameters:
int
$startOffset
The offset of the first element in the current selection.
array
$linkPreset
The GET parameters that are set for every generated link. The only parameter that is set automatically is the coffset and the layout parameter
DOMElement show_gallery(
int
$startOffset, array
$linkPreset,
$node)
Shows multiple items as gallery.
This method appends xhtml markup to the given DOMNode that displays the items in the gallery layout. For most items, the gallery layout is an alias of the list layout.