Elgg  Version 5.1
Functions | Variables
prevent_clicks.js File Reference

Go to the source code of this file.

Functions

 for (var i=0;i< lightbox_links.length;i++)
 

Variables

var lightbox_links = document.getElementsByClassName('elgg-lightbox')
 Inline (non-jQuery) script to prevent clicks on links that require some later loaded js to function. More...
 
var toggle_links = document.querySelectorAll('a[class*="elgg-toggle"]')
 

Function Documentation

for ( )
Initial value:
'#type' => 'fieldset',
'class' => 'elgg-fieldset-wrap',
'align' => 'horizontal',
'fields' => $fields,
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1133
$fields
Save the configuration of the security.txt contents.
Definition: security_txt.php:6

Definition at line 9 of file prevent_clicks.js.

Variable Documentation

var lightbox_links = document.getElementsByClassName('elgg-lightbox')

Inline (non-jQuery) script to prevent clicks on links that require some later loaded js to function.

Since
3.3

Definition at line 7 of file prevent_clicks.js.

var toggle_links = document.querySelectorAll('a[class*="elgg-toggle"]')

Definition at line 15 of file prevent_clicks.js.