You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two questions. Query1 Whether any way to give input as HTML string and get output as processed formatted text in the editor. I have checked the example, we are calling the toggleCodeView method. But this toggles the text in the editor to HTML and vice versa. But, I need to manually pass the HTML text as input and need to get the formatted text as output in the editor.
Query2 There are only 3 types of font family and a few for font size. Is it possible to use various different kinds of fonts and font sizes?
The text was updated successfully, but these errors were encountered:
Query1 - not sure what you mean, you can definitely provide an HTML string in the initialText parameter, this will be loaded into the editor when it starts up
Type question here.
Hi @tneotia,
I have two questions.
Query1 Whether any way to give input as HTML string and get output as processed formatted text in the editor. I have checked the example, we are calling the toggleCodeView method. But this toggles the text in the editor to HTML and vice versa. But, I need to manually pass the HTML text as input and need to get the formatted text as output in the editor.
Query2 There are only 3 types of font family and a few for font size. Is it possible to use various different kinds of fonts and font sizes?
The text was updated successfully, but these errors were encountered: