Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
Joomla\Site | |
Variables | |
$app = JFactory::getApplication() | |
$form = $displayData->getForm() | |
$input = $app->input | |
$component = $input->getCmd('option', 'com_content') | |
if($component==='com_categories') | $saveHistory = JComponentHelper::getParams($component)->get('save_history', 0) |
$fields | |
$hiddenFields = $displayData->get('hidden_fields') ?: array() | |
if(! $saveHistory) | $html = array() |
$html [] = '<fieldset class="panelform">' | |
$app = JFactory::getApplication() |
$component = $input->getCmd('option', 'com_content') |
$form = $displayData->getForm() |
$hiddenFields = $displayData->get('hidden_fields') ?: array() |
if (! $saveHistory) $html = array() |
$input = $app->input |
if ( $component==='com_categories') $saveHistory = JComponentHelper::getParams($component)->get('save_history', 0) |