@my wife Roline van der Merwe
@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(
'add_php_document',
'php_document',
'add_php_view',
'php_view',
'add_php_jview_display',
'php_jview_display',
'add_php_jview',
'php_jview',
'add_js_document',
'js_document',
'add_css_document',
'css_document',
'add_css',
'css'
);
?>