-
Notifications
You must be signed in to change notification settings - Fork 0
The HTML view
The HTML view class FOF30\View\DataView\Html
is designed to render data-aware Views into HTML format.
This View class is simply an extension to the Raw view class. Everything described in the Raw view class still applies here. The Html class adds the following features on top of what Raw can already do:
- Rendering the Toolbar
- Setting the page title through the
setPageTitle()
method - Disabling the main menu of the backend when rendering the
add
andedit
tasks
In other words, it allows you to render full-blown backend and frontend pages for your Joomla! component.
FOF (Framework on Framework) and its documentation are Copyright © 2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd.
FOF is Open Source Software, distributed under the GNU General Public License, version 2 of the license, or (at your option) any later version.
The FOF Wiki content is provided under the GNU Free Documentation License, version 1.3 of the license, or (at your option) any later version.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found on the GNU site.