| Current Path : /home/antonen/chenglong.lt/modules/mod_effect_flip_book/elements/ |
| Current File : /home/antonen/chenglong.lt/modules/mod_effect_flip_book/elements/loader.php |
<?php
/**
* @title Effect Flip Book module
* @website http://www.joombig.com
* @copyright Copyright (C) 2013 joombig.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_effect_flip_book/assets/script/jscolor.js');
}
}