Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3.1. Contenteditable DIV Element

Warning
iconfalse

<div contenteditable sc_dojoType="scayt.ui">

This is an exampl of a sentence with two mispelled words.

Just type text with misspelling to see how it works.

</div>


Code Block
languagejs
<div contenteditable sc_dojoType="scayt.ui">
    This is an exampl of a sentence with two mispelled words.
    Just type text with misspelling to see how it works.
</div>

...