1
0
mirror of synced 2025-02-04 06:09:23 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2012-08-06 20:36:16 -07:00
parent 3a59eb8120
commit 5ee6c4eecb
2 changed files with 10 additions and 1 deletions

View File

@ -1013,6 +1013,15 @@ $("#e18,#e18_2").select2();
<tr><td>&lt;returns&gt;</td><td>string</td><td>Message html</td></tr>
</table>
</td></tr>
<tr><td>formatSearching</td><td>function</td><td>
Function used to render the &quot;Searching...&quot; message that is displayed while
search is in progress
<pre>formatSearching()</pre>
<table class="table table-bordered table-striped">
<tr><th>Parameter</th><th>Type</th><th>Description</th></tr>
<tr><td>&lt;returns&gt;</td><td>string</td><td>Message html</td></tr>
</table>
</td></tr>
<tr><td>formatInputTooShort</td><td>function</td><td>
Function used to render the &quot;Search input too short&quot; message
<pre>formatInputTooShort(term, minLength)</pre>

@ -1 +1 @@
Subproject commit 3a1dcd14f36dcf3d385fa4fa30d42478827d8bb0
Subproject commit 921bf0643452b2bd3e1cb059ef9426fd611b7ea8