Tags in textarea
Tags in textarea
alf007
Posts: 37Questions: 15Answers: 0
I would like to know if I can use tags inside a text area. More specifically input text and transform it to a tag. Can I achieve this with Data Tables?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I don't see a problem with that. Are you using Editor for your textarea elements?
Allan
Hi Allan!
Thanks for the replay. Yes I'm using the Editor for the text area elements. Could you give me an example?
Here is what I whant to achieve.
http://aehlke.github.io/tag-it/examples.html
Oh I see - I had thought you were looking for HTML tags in a
textarea
!In that case, you might want to take a look at the Select2 or Selectize plug-ins for Editor which allow those libraries to operate in an Editor form. The full list of plug-ins available is available on the Editor site.
Allan
Hi Allan! It is possible to do what you mention? HTML tags in a
textarea
?Sure - just type the
<tag>
like in regular text.Allan