void action(
string
$action, int
$id,
$param1,
$param2)
|
|
This method executes one click actions.
It performs actions like deleting items according to the GET parameters 'action' and 'id'.
Overrides
GALItem_frontend::action() (Executes an one-click action.)
Parameters:
DOMElement fastMenu(
$node)
|
|
Displays a menu with elements of the current selection.
This method appends a menu with links to GALImage objects that are close to the item viewed currently.
Tags:
Overrides
GALItem_frontend::fastMenu() (Evaluates the settings in the global GALGlobalvars object and displays a list of links for fast switching of the current item, e.g. for editing.)
Parameters:
DOMElement layoutMenu(
$node)
|
|
Displays a menu with all layouts suitable for this class.
This method appends a list of all layouts that can be displayed by this class to the given DOMNode.
Tags:
Overrides
GALItem_frontend::layoutMenu() (Evaluates the settings in the global GALGlobalvars object and displays a list of links with available layout variants.)
Generates the XHTML markup for the textfield.
This method is called in GALView::build() with the textfield as argument. By evaluating the GET parameters if the GALGlobalVars object it decides which item(s) to load and delegates the displaying to the appropiate methods.
Tags:
Overrides
GALItem_frontend::show() (Evaluates the settings in the global GALGlobalvars object and determines which method to call with wich parameters.)
Parameters: