Source for file helpsite.php
Documentation is available at helpsite.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
* Form Field class for the Joomla Platform.
* Provides a select list of help sites.
* @package Joomla.Libraries
public $type =
'Helpsite';
* Method to get the help site field options.
* @return array The field option objects.
// Merge any additional options in the XML definition.
* Override to add refresh button
* @return string The field input markup.
JHtml::script('system/helpsite.js', false, true);
$button =
'<button type="button" class="btn btn-small" id="helpsite-refresh" rel="' .
$this->id .
'"><span>' .
JText::_('JGLOBAL_HELPREFRESH_BUTTON') .
'</span></button>';
Documentation generated on Tue, 19 Nov 2013 15:04:41 +0100 by phpDocumentor 1.4.3