Your IP : 216.73.216.240
<?php
/**
* @title slider light beautiful
* @website http://www.joomhome.com
* @copyright Copyright (C) 2015 joomhome.com. All rights reserved.
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('JPATH_BASE') or die;
jimport('joomla.form.formfield');
/**
* Form Field class for the Joomla Framework.
*
* @package Joomla.Framework
* @subpackage Form
* @since 1.6
*/
class JFormFieldLoader extends JFormField
{
/**
* The form field type.
*
* @var string
* @since 1.6
*/
protected $type = 'Loader';
/**
* Method to get the field input markup.
*
* @return string The field input markup.
* @since 1.6
*/
function getInput(){
$document = JFactory::getDocument();
$header_media = $document->addScript(JURI::root(1) . '/modules/mod_slider_light_beautiful/assets/color/jscolor.js');
}
}