/ud-tinymce

The TinyMCE editor for PowerShell Universal.

Primary LanguagePowerShellMIT LicenseMIT

TinyMCE for Universal Dashboard

This component integrates the TinyMCE React component into Universal Dashboard.

Installation

Install-Module UniversalDashboard.TinyMCE

Usage

New-UDTinyMCE

Parameters

  • Init - Hashtable of TinyMCE initialization options
  • InitialValue - The initial value of the editor
  • OnEditorChange - An event handler that receives the value of the editor when it changes