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é
Référence du fichier administrator/components/com_languages/views/override/tmpl/edit.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $expired = ($this->state->get('cache_expired') == 1 ) ? '1' : ''
 
Joomla submitbutton
 

Documentation des variables

◆ $expired

$expired = ($this->state->get('cache_expired') == 1 ) ? '1' : ''

◆ submitbutton

Joomla submitbutton
Valeur initiale :
= function(task) {
if (task == "override.cancel" || document.formvalidator.isValid(document.getElementById("override-form")))
{
Joomla.submitform(task, document.getElementById("override-form"));
}
}
if(($user->authorise('core.create', 'com_media')) and $this->require_ftp) task
Definition: administrator/components/com_media/views/media/tmpl/default.php:64