<?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/11/w/api-documentation/67153/evolutiontagtextbox-jquery-plugin</link><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/11/w/api-documentation/67153/evolutiontagtextbox-jquery-plugin</link><pubDate>Tue, 19 Nov 2019 20:28:08 GMT</pubDate><guid isPermaLink="false">afb62359-c764-4e18-85fe-545b9387733b</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67153/evolutiontagtextbox-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:28:08&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_fn_evolutionTagTextBox" name="jQuery_fn_evolutionTagTextBox"&gt;&lt;/a&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;&lt;a id="Usage" name="Usage"&gt;&lt;/a&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;&lt;a id="Options" name="Options"&gt;&lt;/a&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;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;h4&gt;&lt;a id="openTagSelector" name="openTagSelector"&gt;&lt;/a&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;&lt;a id="val" name="val"&gt;&lt;/a&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>