This extension is maintained by a member of the MediaWiki Stakeholders' Group .
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.34.0
Composer mediawiki/extjs-base
License GNU General Public License 3.0 only
Download
Parameters
  • $wgTheme
Quarterly downloads 146 (Ranked 65th)
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

  • Download and place the file(s) in a directory called ExtJSBase in your extensions/ folder.
  • 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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.