Extension:OOJSPlus/ko
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
출시 상태: 안정 |
|
|---|---|
| 설명 | OOJSPlus is an extension for generic OOJSUI widgets. |
| 만든 이 | Hallo Welt! GmbH |
| 유지 보수자 | Hallo Welt! GmbH |
| 최신 버전 | - |
| 호환성 정책 | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
| Licence | GNU General Public License 3.0 only |
| 다운로드 | |
| OOJSPlus 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
This extension acts as a library for other extensions.
It provides additional OOUI components and widgets.
Widgets
OOJSPlus.ui.widget.CategoryMultiSelectWidgetOOJSPlus.ui.widget.ColorPickerWidgetOOJSPlus.ui.widget.ColorPickerEmbeddableOOJSPlus.ui.widget.ColorPickerStandaloneWidgetOOJSPlus.ui.widget.DynamicLabelTextInputWidgetOOJSPlus.ui.widget.GroupInputWidgetOOJSPlus.ui.widget.GroupMultiSelectWidgetOOJSPlus.ui.widget.HexColorPickerWidgetOOJSPlus.ui.widget.RangeWidgetOOJSPlus.ui.widget.StepProgressBar
Grids
The following classes can be used to create a "dynamic grid", that can consume data directly from an Action API endpoint.
OOJSPlus.ui.data.GridWidgetOOJSPlus.ui.data.PaginatorOOJSPlus.ui.data.column.*
Trees
The following class can be used to create a "tree view"
OOJSPlus.ui.data.Tree
Dialogs
To ease the creation of dialogs, the following base classes are provided
OOJSPlus.ui.dialog.BookletDialogOOJSPlus.ui.dialog.FormDialog
Issue tracker
Issue tracker for bug reports and feature requests: https://github.com/hallowelt/mwstake-mediawiki-component-commonwebapis/issues
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-OOJSPlus/ko.git) as a "vcs repository" and the package name (mediawiki/OOJSPlus/ko) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-OOJSPlus/ko.git" } ], "require": { "mediawiki/OOJSPlus/ko": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'OOJSPlus/ko' );
완료 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| This extension is included in the following wiki farms/hosts and/or packages: |

