Extension:ExtJSBase

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:GPL licensed extensions
MediaWiki extensions manual
ExtJSBase
Release status: stableCategory:Stable extensions
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.Category:Extensions with long-term support release branches compatibility policy
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
  • $wgTheme
Quarterly downloads 63 (Ranked 59th)
Translate the ExtJSBase extension if it is available at translatewiki.net
Category:All extensions

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

  • 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.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions included in BlueSpice Category:Extensions with invalid or missing type Category:Extensions with long-term support release branches compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Stable extensions