|
| __construct (Article $page) |
|
|
static | setCollabkitTheme (OutputPage $out, $skin, &$bodyAttribs) |
| Hook handler for OutputPageBodyAttributes.
|
|
|
| getFormFields ( $parts) |
| Prepares form fields.
|
|
| getOptions ( $mapping) |
| Build and return the associative array for the content source field.
|
|
| showContentForm () |
| Renders and adds the editing form to the parser output.
|
|
| importContentFormData (&$request) |
| Converts input from the editing form into the text/x-collabkit serialization used for processing the edit.
|
|
◆ getFormFields()
CollaborationHubContentEditor::getFormFields |
( |
| $parts | ) |
|
|
protected |
Prepares form fields.
- Parameters
-
- Returns
- string[] html
◆ getOptions()
CollaborationHubContentEditor::getOptions |
( |
| $mapping | ) |
|
|
protected |
Build and return the associative array for the content source field.
- Parameters
-
- Returns
- array
◆ importContentFormData()
CollaborationHubContentEditor::importContentFormData |
( |
& | $request | ) |
|
|
protected |
Converts input from the editing form into the text/x-collabkit serialization used for processing the edit.
- Parameters
-
- Returns
- string|null
◆ setCollabkitTheme()
static CollaborationHubContentEditor::setCollabkitTheme |
( |
OutputPage | $out, |
|
|
| $skin, |
|
|
& | $bodyAttribs ) |
|
static |
Hook handler for OutputPageBodyAttributes.
Used to set the color theme for Hub edit pages.
- Parameters
-
OutputPage | $out | |
Skin | $skin | |
array | &$bodyAttribs | Attributes for the <body> element |
The documentation for this class was generated from the following file: