XF 2.2 insert tags with javascript, resource manager

Robert9

Well-known member
I have done some new functions for insert data to title and tag_line per js.
Now i want to do the same with the tags. But i dont know what i should look for.

These are my inserts for title and tag_line

this.$target.parents('form').find('input[name="title"]').val(data.title);
...
this.$target.parents('form').find('textarea[name="tag_line"]').val(data.description);

but tags is a hidden field used by some other js to search and fill.
i dont see any other field name here,

May someone has an idea, what to do?
 
Top Bottom