Jump to content

Extension:ExtJSBase/pl

From mediawiki.org
This page is a translated version of the page Extension:ExtJSBase and the translation is 14% complete.
Podręcznik rozszerzeń MediaWiki
ExtJSBase
Status wydania: stabilne
Opis Adds the GPL version of Sencha Inc. ExtJS Rich Internet Application Framework
Autor(zy) Robert Vogel (Osnarddyskusja)
Ostatnia wersja 1.0.0
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki >= 1.39.0
Licencja Licencja GNU General Public License 3.0 wyłącznie
Pobieranie
  • $wgTheme
Quarterly downloads 58 (Ranked 77th)
Przetłumacz rozszerzenie ExtJSBase jeżeli jest dostępne na 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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie ExtJSBase w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ExtJSBase
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'ExtJSBase' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.