Public constructor. Determines the priority of this class and if it should be enabled
FOFRenderJoomla
__construct
()
Loads the validation script for an edit form
void
loadValidationScript
(
FOFForm &$form)
-
FOFForm
&$form: The form we are rendering
Echoes any HTML to show after the view template
void
postRender
(
string $view,
string $task,
FOFInput $input, [
array $config =
array()])
-
string
$view: The current view
-
string
$task: The current task
-
FOFInput
$input: The input array (request parameters)
-
array
$config: The view configuration array
Redefinition of:
- FOFRenderAbstract::postRender()
- Echoes any HTML to show after the view template
Echoes any HTML to show before the view template
void
preRender
(
string $view,
string $task,
FOFInput $input, [
array $config =
array()])
-
string
$view: The current view
-
string
$task: The current task
-
FOFInput
$input: The input array (request parameters)
-
array
$config: The view configuration array
Redefinition of:
- FOFRenderAbstract::preRender()
- Echoes any HTML to show before the view template
Renders the toolbar buttons
void
renderButtons
(
string $view,
string $task,
FOFInput $input, [
array $config =
array()])
-
string
$view: The active view name
-
string
$task: The current task
-
FOFInput
$input: The input object
-
array
$config: Extra configuration variables for the toolbar
Renders a FOFForm for a Browse view and returns the corresponding HTML
Redefinition of:
- FOFRenderAbstract::renderFormBrowse()
- Renders a FOFForm for a Browse view and returns the corresponding HTML
Renders a FOFForm for an Edit view and returns the corresponding HTML
Redefinition of:
- FOFRenderAbstract::renderFormEdit()
- Renders a FOFForm for an Edit view and returns the corresponding HTML
Renders a raw FOFForm and returns the corresponding HTML
-
FOFForm
&$form: The form to render
-
FOFModel
$model: The model providing our data
-
FOFInput
$input: The input object
-
string
$formType: The form type e.g. 'edit' or 'read'
Redefinition of:
- FOFRenderAbstract::renderFormRaw()
- Renders a raw FOFForm and returns the corresponding HTML
Renders a FOFForm for a Read view and returns the corresponding HTML
Redefinition of:
- FOFRenderAbstract::renderFormRead()
- Renders a FOFForm for a Read view and returns the corresponding HTML
Renders the submenu (link bar)
void
renderLinkbar
(
string $view,
string $task,
FOFInput $input, [
array $config =
array()])
-
string
$view: The active view name
-
string
$task: The current task
-
FOFInput
$input: The input object
-
array
$config: Extra configuration variables for the toolbar
do the rendering job for the linkbar
Inherited Methods
Inherited From FOFRenderAbstract
FOFRenderAbstract::getInformation()
FOFRenderAbstract::postRender()
FOFRenderAbstract::preRender()
FOFRenderAbstract::renderCategoryLinkbar()
FOFRenderAbstract::renderForm()
FOFRenderAbstract::renderFormBrowse()
FOFRenderAbstract::renderFormEdit()
FOFRenderAbstract::renderFormRaw()
FOFRenderAbstract::renderFormRead()