\FOFRenderStrapper
Akeeba Strapper view renderer class.
Synopsis
class FOFRenderStrapper
extends FOFRenderAbstract
{
- // methods
- public void __construct()
- public void preRender()
- public void postRender()
- protected void loadValidationScript()
- protected void renderLinkbar()
- protected void renderLinkbar_classic()
- protected void renderLinkbar_joomla()
- protected void renderLinkbarItems()
- protected void renderButtons()
- protected string renderFormBrowse()
- protected string renderFormRead()
- protected string renderFormEdit()
- protected string renderFormRaw()
- // 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
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
- renderLinkbar_classic() — Renders the submenu (link bar) in FOF's classic style, using a Bootstrapped tab bar.
- renderLinkbar_joomla() — Renders the submenu (link bar) using Joomla!'s style. On Joomla! 2.5 this is a list of bar separated links, on Joomla! 3 it's a sidebar at the left-hand side of the page.
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