-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about insertObject #4
Comments
Ah...got it within seconds after posting this question:
|
Hi Yermo, if you get a chance to read this, is it possible to insert objects such as this? $('#rich_textarea').rich_textarea('insertObject', 'Visit Google'); I am noticing that inserting normal text mixed with html-rich text has to be done separately. The above line only inserts 'Visit ' I have to call insertObject twice, on 'Visit ' and then a second time with 'Google'. |
Put it in a or tag or similar. -- Yermo On 09/10/2014 11:56 AM, Andrew Chan wrote:
Yermo Lamers Software Guy, Motorcyclist and Reluctant Writer
A social network for the lucky few who travel by motorcycle and those who care about them. |
I noticed that you can call
to insert tag-like text into the textarea. But, it's not an actual text object. I am a bit confused on how to insert a tag with a method call (without char triggering) and didn't find any documentation on this. Is this possible to do?
The text was updated successfully, but these errors were encountered: