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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence du fichier administrator/components/com_installer/views/install/tmpl/default.php

Espaces de nommage

 Joomla\Administrator
 

Variables

Joomla submitbuttonInstallWebInstaller
 
 jQuery (document).ready(function($)
 
 JoomlaInstaller
 
background __pad0__
 
if(!empty($this->sidebar)) else
 
elseif($this->showJedAndWebInstaller) line height
 
color __pad1__
 
 endif
 
 $firstTab = JEventDispatcher::getInstance()->trigger('onInstallerViewBeforeFirstTab', array())
 
 $tabs = JEventDispatcher::getInstance()->trigger('onInstallerAddInstallationTab', array())
 
 endforeach
 
 $lastTab = JEventDispatcher::getInstance()->trigger('onInstallerViewAfterLastTab', array())
 

Documentation des variables

◆ $firstTab

$firstTab = JEventDispatcher::getInstance()->trigger('onInstallerViewBeforeFirstTab', array())

◆ $lastTab

$lastTab = JEventDispatcher::getInstance()->trigger('onInstallerViewAfterLastTab', array())

◆ $tabs

$tabs = JEventDispatcher::getInstance()->trigger('onInstallerAddInstallationTab', array())

◆ __pad0__

background __pad0__

◆ __pad1__

color __pad1__

◆ else

if (!empty( $this->sidebar)) else

◆ endforeach

endforeach

◆ endif

endif

◆ height

◆ JoomlaInstaller

JoomlaInstaller
Valeur initiale :
= {
getLoadingOverlay: function () {
return jQuery("#loading");
},
showLoading: function () {
this.getLoadingOverlay().css("display", "block");
},
hideLoading: function () {
this.getLoadingOverlay().css("display", "none");
}
}
jQuery(document).ready(function($)
Definition: administrator/components/com_installer/views/install/tmpl/default.php:43

◆ jQuery

jQuery(document).ready(function($)

◆ submitbuttonInstallWebInstaller

Joomla submitbuttonInstallWebInstaller
Valeur initiale :
= function() {
var form = document.getElementById("adminForm");
form.install_url.value = "https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml";
Joomla.submitbutton4();
}