Reference:Forms: Difference between revisions

(Created page with "{{BSExtensionInfobox |desc=All-purpose form framework for MediaWiki |status=stable |developer=Hallo Welt! |type=MediaWiki |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Clo...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
|category=Rich Articles
|category=Rich Articles
|license=GPL v3 only
|license=GPL v3 only
|features=
This extension allows the formatting of a wiki page or a dialog window as a form. Besides being useful for creating form instances as wiki pages, this extension is also used in conjunction with the [[Reference:Workflows|Workflows]] extension.
}}
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web, Authoring tool
|wcagTestdate=2022-08-08
|wcagLevel=AA
|wcagSupport=does not support
|wcagWorkaround=no
|wcagComments=Form editor:
* drag-and-drop; no keyboard support
Form instance edit:
* missing field label associations
Read instance:
* missing field label associations, checkboxes are read multiple times.
|extensionType=extended
|extensionFocus=editor
}}
}}
{{Messagebox|boxtype=important|icon=|Note text=The extension is included in the current release candidate BlueSpice 4.1. However, the corresponding authorizations are not yet registered in a required user role. }}
This extension allows the formatting of a wiki page or a dialog window as a form. Besides being useful for creating form instances as wiki pages, this extension is also used in conjunction with the [[Reference:Workflows|Workflows]] extension.
To use the extension in the Release Candidate 4.1, you have to define the user roles in LocalSettings.php:
<syntaxhighlight lang="php">
$bsgPermissionConfig['forms-create-form'] = [ 'type' => 'global', "roles" => [ 'editor' ] ];
$bsgPermissionConfig['forms-edit-form-definition'] = [ 'type' => 'global', "roles" => [ 'admin' ] ];
</syntaxhighlight>

Revision as of 11:50, 8 August 2022

Extension: Forms

all extensions

Overview
Description: All-purpose form framework for MediaWiki
State: stable Dependency: MediaWiki
Developer: Hallo Welt! License: GPL v3 only
Type: MediaWiki Category: Rich Articles
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+

Features

This extension allows the formatting of a wiki page or a dialog window as a form. Besides being useful for creating form instances as wiki pages, this extension is also used in conjunction with the Workflows extension.

Accessibility

Test status: 2-testing complete
Checked for: Web, Authoring tool
Last test date: 2022-08-08
WCAG level: AA
WCAG support: does not support (workaround: no)
Comments:

Form editor:

  • drag-and-drop; no keyboard support

Form instance edit:

  • missing field label associations

Read instance:

  • missing field label associations, checkboxes are read multiple times.
Extension type: extended
Extension focus: editor

Discussions