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\Administrator | |
Variables | |
$params = $this->state->get('params') | |
$saveHistory = $this->state->get('params')->get('save_history', 0) | |
$editoroptions = isset($params['show_publishing_options']) | |
$input = JFactory::getApplication()->input | |
if(! $editoroptions) | $params ['show_article_options'] = '1' |
$params ['show_urls_images_backend'] = '0' | |
$params ['show_urls_images_frontend'] = '0' | |
endif | |
$assoc = JLanguageAssociations::isEnabled() | |
$fieldSets = $this->form->getFieldsets() | |
foreach ( $this->form->getFieldset( $name) as $field) | |
endforeach | |
$assoc = JLanguageAssociations::isEnabled() |
$editoroptions = isset($params['show_publishing_options']) |
$fieldSets = $this->form->getFieldsets() |
$input = JFactory::getApplication()->input |
$params = $this->state->get('params') |
if (! $editoroptions) $params[ 'show_article_options'] = '1' |
$params[ 'show_urls_images_backend'] = '0' |
$params[ 'show_urls_images_frontend'] = '0' |
$saveHistory = $this->state->get('params')->get('save_history', 0) |
endforeach |
endif |
foreach($this->form->getFieldset('editorConfig') as $field) | ( | $this->form->getFieldset( $name) as | ) |