7
I have a <textarea>
which will act as a small source editor.
I wish that, by pressing the Tab, include a indent in the text instead of focusing on the next element, which is the default behavior of the key.
I wanted it to be possible to save the formatted text to the database, and by uploading it back to the <textarea>
, shows the indentations inserted.