Jump to content

Extension:ExtJSBase

From mediawiki.org
MediaWiki extensions manual
ExtJSBase
Release status: stable
Description Adds the GPL version of Sencha Inc. ExtJS Rich Internet Application Framework
Author(s) Robert Vogel (Osnardtalk)
Latest version 1.0.0
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki >= 1.39.0
License GNU General Public License 3.0 only
Download
  • $wgTheme
Quarterly downloads 68 (Ranked 71st)
Translate the ExtJSBase extension if it is available at translatewiki.net

ExtJSBase adds support for the ExtJS framework for use within MediaWiki. Several extensions (such as BlueSpiceFoundation ) depend on the ExtJS framework, thus, it is a requirement for these extensions to function. Wherever ExtJSBase is required for an extension to work, it is referenced accordingly on the extension page.

Installation

[edit]
  • Download and move the extracted ExtJSBase folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ExtJSBase
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ExtJSBase' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
[edit]