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 am trying to implement some richtext functionality using contenteditable="true"and document.execCommand
It is a pain (inconsistent behaviour of Firefox and Webkit)! Therefor I like your approach. Is there any support for lists (such as ol and ul in HTML)? What about paragraphs and other structural elements?
The text was updated successfully, but these errors were encountered:
I am trying to implement some richtext functionality using
contenteditable="true"
anddocument.execCommand
It is a pain (inconsistent behaviour of Firefox and Webkit)! Therefor I like your approach. Is there any support for lists (such as
ol
andul
in HTML)? What about paragraphs and other structural elements?The text was updated successfully, but these errors were encountered: