Complex title input widget.
More...
|
| __construct (array $config=[]) |
| Like TitleInputWidget, but the namespace has to be input through a separate dropdown field.
|
|
| getConfig (&$config) |
|
Complex title input widget.
Definition at line 13 of file ComplexTitleInputWidget.php.
◆ __construct()
MediaWiki\Widget\ComplexTitleInputWidget::__construct |
( |
array | $config = [] | ) |
|
Like TitleInputWidget, but the namespace has to be input through a separate dropdown field.
- Parameters
-
array | $config | Configuration options |
array | $config,['namespace'] | Configuration for the NamespaceInputWidget dropdown with list of namespaces |
array | $config,['title'] | Configuration for the TitleInputWidget text field |
Definition at line 26 of file ComplexTitleInputWidget.php.
◆ getConfig()
MediaWiki\Widget\ComplexTitleInputWidget::getConfig |
( |
& | $config | ) |
|
◆ getJavaScriptClassName()
MediaWiki\Widget\ComplexTitleInputWidget::getJavaScriptClassName |
( |
| ) |
|
|
protected |
◆ $namespace
MediaWiki\Widget\ComplexTitleInputWidget::$namespace = null |
|
protected |
◆ $title
MediaWiki\Widget\ComplexTitleInputWidget::$title = null |
|
protected |
The documentation for this class was generated from the following file: