Skip to content
Nicholas K. Dionysopoulos edited this page Feb 6, 2015 · 1 revision

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 and edit tasks

In other words, it allows you to render full-blown backend and frontend pages for your Joomla! component.

Clone this wiki locally