ExecCommand offers a way to bold text inside iFrame, make it italic, underline it etc.
But it's missing an option to create <cite>
or <strong>
or <em>
(there is formatBlock
but only for block elements and not inline ones).
I'd like to use ExecCommand function for creating <cite>
- is there any way to achieve this? And obviously I want to maintain flawless parsing like in case of bold
and not something like surroundContents
which will fail when you use it twice on the same selection.
I'm looking for a definition of ExecCommand bold command or a way to use existing commants to flawlessly add <cite>
. Any suggestions? I couldn't extract it from browser's functions. It says "native code" when I try to do that.
Creates a bulleted unordered list for the selection or at the insertion point. Inserts a paragraph around the selection or the current line. (Internet Explorer inserts a paragraph at the insertion point and deletes the selection.) Inserts the given plain text at the insertion point (deletes selection).
The alternative to document. execCommand() is Clipboard API, via navigator. clipboard .
I see that CKEditor was mentioned in one of previous comments :) So this is how we handle executing commands:
strong
and second b
or span
with inline style).If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With