@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html Builds Complex Joomla Components /-----------------------------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); $form = $displayData->getForm(); $fields = $displayData->get('fields') ?: array( 'creatuserhelper', 'adduikit', 'addfootable', 'add_css', 'css', 'add_email_helper', 'add_php_helper_both', 'php_helper_both', 'add_php_helper_admin', 'php_helper_admin', 'add_admin_event', 'php_admin_event', 'add_php_helper_site', 'php_helper_site', 'add_site_event', 'php_site_event' ); ?>
getLabel($field); ?>
getInput($field); ?>