\FOFRenderJoomla
Default Joomla! 1.5, 1.7, 2.5 view renderer class
Synopsis
class FOFRenderJoomla
extends FOFRenderAbstract
{
- // methods
- public void __construct()
- public void preRender()
- public void postRender()
- protected string renderFormBrowse()
- protected string renderFormRead()
- protected string renderFormEdit()
- protected string renderFormRaw()
- protected void loadValidationScript()
- protected void renderLinkbar()
- protected void renderLinkbarItems()
- protected void renderButtons()
- // Inherited methods from FOFRenderAbstract
- public getInformation()
- public abstract void preRender()
- public abstract void postRender()
- public string renderForm()
- public void renderCategoryLinkbar()
- protected abstract string renderFormBrowse()
- protected abstract string renderFormRead()
- protected abstract string renderFormEdit()
- protected abstract string renderFormRaw()
Hierarchy
Extends
Members
protected
- $enabled — int
- $priority — int
Methods
protected
- loadValidationScript() — Loads the validation script for an edit form
- renderButtons() — Renders the toolbar buttons
- renderFormBrowse() — Renders a FOFForm for a Browse view and returns the corresponding HTML
- renderFormEdit() — Renders a FOFForm for an Edit view and returns the corresponding HTML
- renderFormRaw() — Renders a raw FOFForm and returns the corresponding HTML
- renderFormRead() — Renders a FOFForm for a Read view and returns the corresponding HTML
- renderLinkbar() — Renders the submenu (link bar)
- renderLinkbarItems() — do the rendering job for the linkbar
public
- __construct() — Public constructor. Determines the priority of this class and if it should be enabled
- postRender() — Echoes any HTML to show after the view template
- preRender() — Echoes any HTML to show before the view template
Inherited from FOFRenderAbstract
protected
- renderFormBrowse() — Renders a FOFForm for a Browse view and returns the corresponding HTML
- renderFormEdit() — Renders a FOFForm for an Edit view and returns the corresponding HTML
- renderFormRaw() — Renders a raw FOFForm and returns the corresponding HTML
- renderFormRead() — Renders a FOFForm for a Read view and returns the corresponding HTML
public
- getInformation() — Returns the information about this renderer
- postRender() — Echoes any HTML to show after the view template
- preRender() — Echoes any HTML to show before the view template
- renderCategoryLinkbar() — Renders the submenu (link bar) for a category view when it is used in a extension
- renderForm() — Renders a FOFForm and returns the corresponding HTML