API Reference
Command
New-HtmlXWysiwyg
Creates a rich text editor control (Quill).
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
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
- Label text.
- Name string
- Editor name/id.
- Placeholder string
- Placeholder text.
- Theme QuillTheme
- Editor theme. Possible values: Snow, Bubble
- Possible values:
Snow,Bubble
Outputs
HtmlForgeX.TablerWysiwygEditor