To set an option after the Froala rich text editor has been initialized the code below can be used:
$('selector').data('froala.editor').opts.optionName = optionValue;
You can find a complete list with the available options in our documentation.
To set an option after the Froala rich text editor has been initialized the code below can be used:
$('selector').data('froala.editor').opts.optionName = optionValue;
You can find a complete list with the available options in our documentation.
If you can't find an answer, contact our Support team.