This method is called in GALView::build() with the textfield as argument. It is called if the editTarget parameter is help.
Tags:
return:
A tag or text element. It depends on what is displayed.
Overrides GALItem_frontend::edit() (Evaluates the settings in the global GALGlobalvars object and determines which method to call with wich parameters.)
Displays a menu with elements of the current selection.
This method appends a menu with links to GALHelp objects that are close to the item viewed currently.
Tags:
return:
The <ul> tag or FALSE if empty selection.
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.)
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:
return:
An <ul> tag or FALSE, if no layout available (improbable).
Overrides GALItem_frontend::layoutMenu() (Evaluates the settings in the global GALGlobalvars object and displays a list of links with available layout variants.)
The returned GALOrder represents the ordering that is used to display help items. In many methods it is important that offsets are the same for an item in multiple queries. In the future this method will evalute GET parameters.
The returned GALExpression represents a SQL expression that is TRUE for items that are displayed. In many methods it is important that offsets are the same for an item in multiple queries. In the future this method will evalute GET parameters.
A tag or text element. It depends on what is displayed.
Overrides GALItem_frontend::show() (Evaluates the settings in the global GALGlobalvars object and determines which method to call with wich parameters.)