From aa594501bd24d51181dc3504602aa4aaefb1cb60 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 23:16:02 -0800 Subject: change typeahead to data-source instead of data-data and add to docs --- docs/assets/css/bootstrap.css | 2 +- docs/javascript.html | 8 +++++++- docs/templates/pages/javascript.mustache | 8 +++++++- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 68e161051..28f49391b 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Thu Jan 26 22:39:03 PST 2012 + * Date: Thu Jan 26 23:15:40 PST 2012 */ article, aside, diff --git a/docs/javascript.html b/docs/javascript.html index dd65c1b8d..894671b7e 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1323,7 +1323,7 @@ $('.myCarousel').carousel({

Example

Start typing in the field below to show the typeahead results.

- +

Using bootstrap-typeahead.js

@@ -1340,6 +1340,12 @@ $('.myCarousel').carousel({ + + source + array + [ ] + The data source to query against. + items number diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 59b8a03d6..6e3ba25da 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1258,7 +1258,7 @@ $('.myCarousel').carousel({

{{_i}}Example{{/i}}

{{_i}}Start typing in the field below to show the typeahead results.{{/i}}

- +

{{_i}}Using bootstrap-typeahead.js{{/i}}

@@ -1275,6 +1275,12 @@ $('.myCarousel').carousel({ + + {{_i}}source{{/i}} + {{_i}}array{{/i}} + [ ] + {{_i}}The data source to query against.{{/i}} + {{_i}}items{{/i}} {{_i}}number{{/i}} -- cgit v1.2.3