Passing config parameters to HtmlEditor

19 Views Asked by At

I found this nice and elegant solution: https://stackoverflow.com/a/65189648/12278292 View Fiddle to include an HtmlEditor in a Picker list (since v6 grid cells doesn't support it as editor). My question is: how to pass configuration parameters to the HtmlEditor? In the example, it has enableFonts set to false, but how to pass boolean values to it for more config options (enableLinks, enableFormat, etc)?

Thanks!

0

There are 0 best solutions below