Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$attributes = [] | |
Elgg AJAX loader. More... | |
if(isset($vars['id'])) | $attributes ['class'] = elgg_extract_class($vars, 'elgg-ajax-loader') |
if (elgg_extract('hidden', $vars, true)) | |
$attributes = [] |
Elgg AJAX loader.
$vars['id'] CSS id $vars['class'] Optional additional CSS class $vars['hidden'] Begin hidden? (true)
Definition at line 10 of file ajax_loader.php.
if (isset($vars['id'])) $attributes['class'] = elgg_extract_class($vars, 'elgg-ajax-loader') |
Definition at line 16 of file ajax_loader.php.
if(elgg_extract('hidden', $vars, true)) |
Definition at line 18 of file ajax_loader.php.