Source for file headertag.php
Documentation is available at headertag.php
* @package Joomla.Libraries
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Form Field class for the Joomla! CMS.
* @package Joomla.Libraries
protected $type =
'HeaderTag';
* Method to get the field options.
* @return array The field option objects.
$tags =
array('h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p');
// Create one new option object for each tag
$tmp =
JHtml::_('select.option', $tag, $tag);
Documentation generated on Tue, 19 Nov 2013 15:04:14 +0100 by phpDocumentor 1.4.3