HtmlForgeX

API Reference

Command

New-HtmlXWysiwyg

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerWysiwygEditor

Creates a rich text editor control (Quill).

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXWysiwyg -Name "message" -Label "Message"
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXWysiwyg [-Label <string>] [-Name <string>] [-Placeholder <string>] [-Theme <Snow|Bubble>] [<CommonParameters>]
#

Parameters

Label string optionalposition: namedpipeline: false
Label text.
Name string optionalposition: namedpipeline: false
Editor name/id.
Placeholder string optionalposition: namedpipeline: false
Placeholder text.
Theme QuillTheme optionalposition: namedpipeline: falsevalues: 2
Editor theme. Possible values: Snow, Bubble
Possible values: Snow, Bubble

Outputs

HtmlForgeX.TablerWysiwygEditor