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 group item(s) to load and delegates the displaying to the appropiate methods.
Tags:
Overrides
GALItem_frontend::edit() (Evaluates the settings in the global GALGlobalvars object and determines which method to call with wich parameters.)
Parameters:
void editSingle(
$group,
$node)
|
|
Display a form to edit a group item.
Not implemented for group items because of support for multiple languages.
Tags:
Overrides
GALItem_frontend::editSingle() (Displays a form to edit a single item.)
Parameters:
void execute(
array
&$postvars)
|
|
Evaluates POST parameters.
This method evaluates the given POST parameters which are sent by forms created in create(), editMultiple or editSingle.
Tags:
Overrides
GALItem_frontend::execute() (Evaluates the transmitted POST data.)
Parameters: