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\Plugin | |
Variables | |
return | |
uploading = false | |
dragZone = $('#dragarea') | |
fileInput = $('#install_package') | |
fileSizeMax = $('#max_upload_size').val() | |
button = $('#select-file-button') | |
url = 'index.php?option=com_installer&task=install.ajax_upload' | |
returnUrl = $('#installer-return').val() | |
actions = $('.upload-actions') | |
progress = $('.upload-progress') | |
progressBar = progress.find('.bar') | |
percentage = progress.find('.uploading-number') | |
JS | |
JFactory::getDocument() -> addStyleDeclaration(<<< CSS #dragarea | color |
font | size |
width | __pad0__ |
height | __pad1__ |
margin | __pad2__ |
line | height |
color | __pad3__ |
transition | __pad4__ |
color | __pad5__ |
margin | __pad6__ |
upload progress progress | bar |
moz | transition |
transition | __pad7__ |
display | __pad8__ |
display | __pad9__ |
display | __pad10__ |
display | __pad11__ |
display | __pad12__ |
display | __pad13__ |
CSS | |
$maxSizeBytes = JFilesystemHelper::fileUploadMaxSize(false) | |
$maxSize = JHtml::_('number.bytes', $maxSizeBytes) | |
$maxSize = JHtml::_('number.bytes', $maxSizeBytes) |
$maxSizeBytes = JFilesystemHelper::fileUploadMaxSize(false) |
width __pad0__ |
display __pad10__ |
display __pad11__ |
display __pad12__ |
display __pad13__ |
height __pad1__ |
margin __pad2__ |
color __pad3__ |
transition __pad4__ |
color __pad5__ |
margin __pad6__ |
transition __pad7__ |
display __pad8__ |
display __pad9__ |
actions = $('.upload-actions') |
Référencé par UsersViewDebuggroup\display(), et UsersViewDebuguser\display().
integer $todaybutton The today button = $('#select-file-button') |
background color |
Référencé par JFormFieldMeter\getLayoutData(), JFormFieldMeter\setup(), et FOFLessParser\value().
CSS |
dragZone = $('#dragarea') |
fileInput = $('#install_package') |
fileSizeMax = $('#max_upload_size').val() |
line height |
JS |
percentage = progress.find('.uploading-number') |
upload install progress = $('.upload-progress') |
progressBar = progress.find('.bar') |
return |
returnUrl = $('#installer-return').val() |
font size |
o transition |
uploading = false |