mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add updater function and rebuild
This commit is contained in:
+6
@@ -1543,6 +1543,12 @@ $('.carousel').carousel({
|
||||
<td>{{_i}}exact match,<br> case sensitive,<br> case insensitive{{/i}}</td>
|
||||
<td>{{_i}}Method used to sort autocomplete results. Accepts a single argument <code>items</code> and has the scope of the typeahead instance. Reference the current query with <code>this.query</code>.{{/i}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{_i}}updater{{/i}}</td>
|
||||
<td>{{_i}}function{{/i}}</td>
|
||||
<td>{{_i}}returns selected item{{/i}}</td>
|
||||
<td>{{_i}}The method used to return selected item. Accepts a single argument, the <code>item</code> and has the scope of the typeahead instance.{{/i}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{_i}}highlighter{{/i}}</td>
|
||||
<td>{{_i}}function{{/i}}</td>
|
||||
|
||||
Reference in New Issue
Block a user