* @link http://www.nonumber.nl * @copyright Copyright (C) 2010 NoNumber! All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ // Ensure this file is being included by a parent file defined( '_JEXEC' ) or die( 'Restricted access' ); /** * Slide Element */ class JElementSlide extends JElement { /** * Element name * * @access protected * @var string */ var $_name = 'Slide'; function fetchTooltip( $label, $description, &$node, $control_name, $name ) { return; } function fetchElement( $name, $value, &$node, $control_name ) { $label = $node->attributes( 'label' ); $description = $node->attributes( 'description' ); $lang_folder = $node->attributes( 'language_folder' ); $show_apply = $node->attributes( 'show_apply' ); $html = ''; $html .= '