SourceForge.net LogoPHPGallue
[ class tree: gallue ] [ index: gallue ] [ all elements ]

Class: GALItem_multiFrontend

Source Location: /gallue/GALItem_frontend.inc.php

Class Overview




Variables

Methods


Child classes:


Class Details

[line 1102]


[ Top ]


Class Variables

$frontend =

[line 1104]



Tags:

access:  protected

Type:   mixed


[ Top ]

$glb =

[line 1103]



Tags:

access:  protected

Type:   mixed


[ Top ]

$items =  false

[line 1105]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 1106]

GALItem_multiFrontend __construct( GALGlobals $glb, GALItem_frontend $frontend, [ $items = false])



Parameters:

GALGlobals   $glb  
GALItem_frontend   $frontend  
   $items  

[ Top ]

method defaultDetailsFields [line 1122]


method defaultMultieditFields [line 1125]

void defaultMultieditFields( $width)



Overridden in child classes as:

GALUser_multiFrontend::defaultMultieditFields()
GALImage_multiFrontend::defaultMultieditFields()

Parameters:

   $width  

[ Top ]

method defaultTableFields [line 1119]


method getItems [line 1116]

void getItems( )



[ Top ]

method multieditTable [line 1248]

void multieditTable( $startOffset, $node, [ $fields = array()], [ $preset = array()])



Overridden in child classes as:

GALImage_multiFrontend::multieditTable()

Parameters:

   $startOffset  
DOMNode   $node  
   $fields  
   $preset  

[ Top ]

method setItems [line 1113]

void setItems( $items)



Parameters:

GALResultIterator   $items  

[ Top ]

method show_details [line 1230]

DOMNode show_details( int $startOffset, $linkPreset, $node, [array $fields = array()], array $links)

Shows details of multiple items.

This method appends xhtml markup to the given DOMNode that displays the details of the given items.




Tags:

return:  The $node parameter.


Parameters:

int   $startOffset   The offset of the first element in the current selection.
DOMNode   $node   The parent node which the output is appended to.
array   $fields   The fields to display. Database field names or _id, _checkbox, _edit or _delete.
array   $links   The links to display. Values '_edit', '_delete' and '_contents'
   $linkPreset  

[ Top ]

method show_diashow [line 1324]

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
DOMNode   $node   The parent node which the output is appended to.

[ Top ]

method show_gallery [line 1311]

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.




Tags:

return:  The <samp> <ul> </samp> tag.


Overridden in child classes as:

GALImage_multiFrontend::show_gallery()
Shows multiple images as gallery.

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
DOMNode   $node   The parent node which the output is appended to.

[ Top ]

method show_list [line 1140]

DOMElement show_list( int $startOffset, array $linkPreset, $node)

Shows multiple items as list.

This method appends xhtml markup to the given DOMNode that displays the items in the list layout.




Tags:

return:  The <samp> <ul> </samp> tag.


Overridden in child classes as:

GALUser_multiFrontend::show_list()
Shows multiple items as list.

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.
DOMNode   $node   The parent node which the output is appended to.

[ Top ]

method show_multiedit [line 1336]

DOMElement show_multiedit( int $startOffset, array $linkPreset, $node)

Displays a form to edit multiple elements at once.

This method appends xhtml markup to the given DOMNode that displays the items in the multiedit layout.




Tags:

return:  The <form> tag.


Overridden in child classes as:

GALUser_multiFrontend::show_multiedit()
Displays a form to edit multiple elements at once.
GALImage_multiFrontend::show_multiedit()
Displays a form to edit multiple elements at once.
GALHelp_multiFrontend::show_multiedit()
Display a form to edit multiple items.

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
DOMNode   $node   The parent node which the output is appended to.

[ Top ]

method show_table [line 1180]

DOMNode show_table( int $startOffset, array $linkPreset, $node, [array $fields = array()])

Shows multiple items as table.

This method appends xhtml markup to the given DOMNode that displays the items in the table layout.




Tags:

return:  The <table> tag.


Overridden in child classes as:

GALImage_multiFrontend::show_table()

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. They might be overridden.
DOMNode   $node   The parent node which the output is appended to.
array   $fields   The fields to display. Database field names or _id, _checkbox, _contents, _edit or _delete.

[ Top ]

method show_thumbs [line 1298]

DOMElement show_thumbs( int $startOffset, array $linkPreset, $node)

Shows multiple items as thumbnails This method appends xhtml markup to the given DOMNode that displays the items in the thumbnail layout.

For most items, the thumbnail layout is an alias of the list layout.




Tags:

return:  The <samp> <ul> </samp> tag.


Overridden in child classes as:

GALImage_multiFrontend::show_thumbs()
Shows multiple images as thumbnails.

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
DOMNode   $node   The parent node which the output is appended to.

[ Top ]

method singleFrontend [line 1128]



Documentation generated on Wed, 16 Aug 2006 15:35:58 +0200 by phpDocumentor 1.3.0RC6