Source for file moduletag.php
Documentation is available at moduletag.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 =
'ModuleTag';
* Method to get the field options.
* @return array The field option objects.
$tags =
array('div', 'section', 'aside', 'nav', 'address', 'article');
// Create one new option object for each tag
$tmp =
JHtml::_('select.option', $tag, $tag);
Documentation generated on Tue, 19 Nov 2013 15:08:55 +0100 by phpDocumentor 1.4.3