alexgorbatchev/jquery-textext

Adding tags directly with custom Data Objects

Opened this issue · 0 comments

Hi, I have a project in which I use TextExt.

In my present situation, I have a selector where the user selects an element and clicks a button to insert this value in a TextExt textarea. Using the example given in (http://textextjs.com/manual/examples/tags-adding.html).

However, what I really need is a way to do this saving a tuple of values (the tag and a correspondent ID), I saw the example with custom Data Objects, but I couldn't make it work with the add tag button.

Please, is there any way I can do this?

I really need to do this, it would help me a lot.