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
Hi,
Is it possible to capture click event on RichTextEditor toolbar?
Add text component to canvas, select text to open toolbar, click on the "bold" item to make the selected text bold.
I'm looking to capture the click event in the toolbar.
We have a custom text component with style attributes. When styled using a toolbar item (bold/italics/underline etc), the selected text also gets the style applied. Something like <div style="some-css-style"> Hello <b style="some-css-style"> World </b> </div>
Is there a way to avoid applying style for bold/italics tag?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to capture click event on RichTextEditor toolbar?
Add text component to canvas, select text to open toolbar, click on the "bold" item to make the selected text bold.
I'm looking to capture the click event in the toolbar.
We have a custom text component with style attributes. When styled using a toolbar item (bold/italics/underline etc), the selected text also gets the style applied. Something like
<div style="some-css-style"> Hello <b style="some-css-style"> World </b> </div>
Is there a way to avoid applying style for bold/italics tag?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions