diff options
| author | Jacob Thornton <[email protected]> | 2012-10-17 21:37:34 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-10-17 21:37:34 -0700 |
| commit | ac6625de5fb01067e6f64996c84e93ade654d7d5 (patch) | |
| tree | 707dbae2dd765b6633c10bc1c5aa4725f5abf717 /docs/templates/pages/javascript.mustache | |
| parent | e0a007b9299e6991c78bcb77384e15979d6b7485 (diff) | |
| download | bootstrap-ac6625de5fb01067e6f64996c84e93ade654d7d5.tar.xz bootstrap-ac6625de5fb01067e6f64996c84e93ade654d7d5.zip | |
add updater function and rebuild
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index fbd94e4e2..72d1fc5bb 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1544,6 +1544,12 @@ $('.carousel').carousel({ <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> <td>{{_i}}highlights all default matches{{/i}}</td> |
