<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>evolutionTagTextBox jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75783/evolutiontagtextbox-jquery-plugin</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>evolutionTagTextBox jQuery Plugin</title><link>https://community.telligent.com/community/13/w/api-documentation/75783/evolutiontagtextbox-jquery-plugin</link><pubDate>Fri, 08 Mar 2024 17:51:40 GMT</pubDate><guid isPermaLink="false">961e9f69-3819-4b87-bcf2-2bf954c86c56</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75783/evolutiontagtextbox-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:40&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.fn.evolutionTagTextBox&lt;/h3&gt;
&lt;p&gt;This plugin implements the type-ahead suggestions within a text input field for a set of tags.  It also automates the opening of the tag selection modal.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;p&gt;Initializes the tag text box plugin.  Options include:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionTagTextBox(options)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;allTags&lt;/code&gt;: An array of HTML unencoded tags that can be used for auto-completing and selecting.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Methods&lt;/h3&gt;
&lt;h4&gt;openTagSelector&lt;/h4&gt;
&lt;p&gt;Opens the tag selector modal.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionTagTextBox(&amp;#39;openTagSelector&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;val&lt;/h4&gt;
&lt;p&gt;Get the list of tags (comma-separated):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionTagTextBox(&amp;#39;val&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Set the list of tags (comma-separated):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionTagTextBox(&amp;#39;val&amp;#39;, &amp;#39;tag1,tag2&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>