catch up to master
This commit is contained in:
parent
da5aaf0a9a
commit
dee9e2dc94
@ -1004,6 +1004,16 @@ $("#e18,#e18_2").select2();
|
||||
</pre>
|
||||
</p>
|
||||
</td></tr>
|
||||
<tr><td>formatResultCssClass</td><td>function</td><td>
|
||||
Function used to add css classes to result elements
|
||||
<pre>formatResultCssClass(object)</pre>
|
||||
<table class="table table-bordered table-striped">
|
||||
<tr><th>Parameter</th><th>Type</th><th>Description</th></tr>
|
||||
<tr><td>object</td><td>object</td><td>One of the result objects returned from the <code>query</code> function</td></tr>
|
||||
<tr><td><returns></td><td>string (optional)</td><td>String containing css class names separated by a space</td></tr>
|
||||
</table>
|
||||
<p class="alert alert-info">By default when attached to a <code>select</code> css classes from <code>option</code>s will be automatically copied</p>
|
||||
</td></tr>
|
||||
<tr><td>formatNoMatches</td><td>function</td><td>
|
||||
Function used to render the "No matches" message
|
||||
<pre>formatNoMatches(term)</pre>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e7dee23c08cafa0488ff6de5f5861122868380b1
|
||||
Subproject commit 1ef57f86af94bfe7aa5cdbbc4932dda4eb9de1d8
|
Loading…
x
Reference in New Issue
Block a user