User:Nad/AjaxInstall
From MediaWiki.org
< User:Nad
The Nad/AjaxInstall extension can use Ajax technology to allow forms or links to work asyncronously (i.e., not involving a page reload). The content in the server's response can be directed to replace a particular portion of the page identified by its id attribute. Nad/AjaxInstall used to use the MooTools JavaScript framework for its Ajax functionality, but now it only requires the inbuilt MediaWiki Ajax functions. These must be enabled by setting $wgUseAjax to true in your LocalSettings.php file before the inclusion of Nad/AjaxInstall, as in the following example.
$wgUseAjax = true;
include("$IP/extensions/Nad/AjaxInstall/Nad/AjaxInstall.php");
- Note: Nad/AjaxInstall ajax functionality requires a version of skins/common/ajax.js from at least MediaWiki 1.8.x.