Andrew
Results
3
issues of
Andrew
Is there a good way to convert the plain text version back into a tagged version?
I noticed that you can call ``` $( '#RICH_TEXTAREA' ).rich_textarea( 'insertObject', ''tag1'' ); ``` to insert tag-like text into the textarea. But, it's not an actual text object. I am...
When inserting a space: ``` $rich_textarea.rich_textarea('insertObject', ' '); ``` an error is thrown.