<div class="section"> <h2 id="config">Config</h2> <table cellspacing="0"> <thead class="center"> <tr> <th>Property / Type</th> <th>Required</th> <th>Default</th> <th>Description</th> <th>Example</th> </tr> </thead> <tbody> <?php foreach ($docs['Config Object'] as $prop) { echo buildPropRow('config', $prop, $examples); } ?> </tbody> </table> </div><!-- end div.section --> <hr class="divider" /> <div class="section"> <h2 id="methods">Methods</h2> <table cellspacing="0"> <thead class="center"> <tr> <th>Method</th> <th>Args</th>
<p>Token Objects are not explicitly defined in the AutoComplete config; they are created from an Option Object using the <a href="docs#option_object:value"><code class="js plain">option.value</code></a> and <a href="docs#option_object:tokenHTML"><code class="js plain">option.tokenHTML</code></a> properties.</p> <p>You can use a string as shorthand for a Token Object when using the <a href="docs#methods:setValue"><code class="js plain">setValue</code></a> method.</p> <table cellspacing="0"> <thead> <tr> <th>Property / Type</th> <th>Required</th> <th>Default</th> <th>Description</th> <th>Example</th> </tr> </thead> <tbody> <?php foreach ($docs['Token Object'] as $prop) { echo buildPropRow('token_object', $prop, $examples); } ?> </tbody> </table> </div><!-- end div.section --> <hr class="divider" /> <div class="section"> <h2 id="methods">Methods</h2> <p>Each AutoComplete object has methods you can use to interact with the widget.</p> <table cellspacing="0"> <thead> <tr> <th>Method</th>