diff options
| author | Mark Otto <[email protected]> | 2012-12-05 11:09:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-05 11:09:02 -0800 |
| commit | be5f31480b53555c492e0077c8bb9f419fc48f62 (patch) | |
| tree | 1b64554c3ea2df38722d0255c619e893a2e31907 /docs/templates/pages/javascript.mustache | |
| parent | 33e14fe5bfd7a7091ab491a961d66a2a2580f1de (diff) | |
| download | bootstrap-be5f31480b53555c492e0077c8bb9f419fc48f62.tar.xz bootstrap-be5f31480b53555c492e0077c8bb9f419fc48f62.zip | |
Nuke all i18n tags from .mustache templates
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 1086 |
1 files changed, 543 insertions, 543 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 64714bb11..c58ab0835 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -2,8 +2,8 @@ ================================================== --> <header class="jumbotron subhead"> <div class="container"> - <h1>{{_i}}JavaScript{{/i}}</h1> - <p class="lead">{{_i}}Bring Bootstrap's components to life—now with 13 custom jQuery plugins.{{/i}} + <h1>JavaScript</h1> + <p class="lead">Bring Bootstrap's components to life—now with 13 custom jQuery plugins. </div> </header> @@ -14,20 +14,20 @@ <div class="row"> <div class="span3 bs-docs-sidebar"> <ul class="nav nav-list bs-docs-sidenav"> - <li><a href="#overview"><i class="glyphicon-chevron-right"></i> {{_i}}Overview{{/i}}</a></li> - <li><a href="#transitions"><i class="glyphicon-chevron-right"></i> {{_i}}Transitions{{/i}}</a></li> - <li><a href="#modals"><i class="glyphicon-chevron-right"></i> {{_i}}Modal{{/i}}</a></li> - <li><a href="#dropdowns"><i class="glyphicon-chevron-right"></i> {{_i}}Dropdown{{/i}}</a></li> - <li><a href="#scrollspy"><i class="glyphicon-chevron-right"></i> {{_i}}Scrollspy{{/i}}</a></li> - <li><a href="#tabs"><i class="glyphicon-chevron-right"></i> {{_i}}Tab{{/i}}</a></li> - <li><a href="#tooltips"><i class="glyphicon-chevron-right"></i> {{_i}}Tooltip{{/i}}</a></li> - <li><a href="#popovers"><i class="glyphicon-chevron-right"></i> {{_i}}Popover{{/i}}</a></li> - <li><a href="#alerts"><i class="glyphicon-chevron-right"></i> {{_i}}Alert{{/i}}</a></li> - <li><a href="#buttons"><i class="glyphicon-chevron-right"></i> {{_i}}Button{{/i}}</a></li> - <li><a href="#collapse"><i class="glyphicon-chevron-right"></i> {{_i}}Collapse{{/i}}</a></li> - <li><a href="#carousel"><i class="glyphicon-chevron-right"></i> {{_i}}Carousel{{/i}}</a></li> - <li><a href="#typeahead"><i class="glyphicon-chevron-right"></i> {{_i}}Typeahead{{/i}}</a></li> - <li><a href="#affix"><i class="glyphicon-chevron-right"></i> {{_i}}Affix{{/i}}</a></li> + <li><a href="#overview"><i class="glyphicon-chevron-right"></i> Overview</a></li> + <li><a href="#transitions"><i class="glyphicon-chevron-right"></i> Transitions</a></li> + <li><a href="#modals"><i class="glyphicon-chevron-right"></i> Modal</a></li> + <li><a href="#dropdowns"><i class="glyphicon-chevron-right"></i> Dropdown</a></li> + <li><a href="#scrollspy"><i class="glyphicon-chevron-right"></i> Scrollspy</a></li> + <li><a href="#tabs"><i class="glyphicon-chevron-right"></i> Tab</a></li> + <li><a href="#tooltips"><i class="glyphicon-chevron-right"></i> Tooltip</a></li> + <li><a href="#popovers"><i class="glyphicon-chevron-right"></i> Popover</a></li> + <li><a href="#alerts"><i class="glyphicon-chevron-right"></i> Alert</a></li> + <li><a href="#buttons"><i class="glyphicon-chevron-right"></i> Button</a></li> + <li><a href="#collapse"><i class="glyphicon-chevron-right"></i> Collapse</a></li> + <li><a href="#carousel"><i class="glyphicon-chevron-right"></i> Carousel</a></li> + <li><a href="#typeahead"><i class="glyphicon-chevron-right"></i> Typeahead</a></li> + <li><a href="#affix"><i class="glyphicon-chevron-right"></i> Affix</a></li> </ul> </div> <div class="span9"> @@ -37,35 +37,35 @@ ================================================== --> <section id="overview"> <div class="page-header"> - <h1>{{_i}}JavaScript in Bootstrap{{/i}}</h1> + <h1>JavaScript in Bootstrap</h1> </div> - <h3>{{_i}}Individual or compiled{{/i}}</h3> - <p>{{_i}}Plugins can be included individually (though some have required dependencies), or all at once. Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.{{/i}}</p> + <h3>Individual or compiled</h3> + <p>Plugins can be included individually (though some have required dependencies), or all at once. Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.</p> - <h3>{{_i}}Data attributes{{/i}}</h3> - <p>{{_i}}You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.{{/i}}</p> + <h3>Data attributes</h3> + <p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.</p> - <p>{{_i}}That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the body namespaced with `'data-api'`. This looks like this:{{/i}} + <p>That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the body namespaced with `'data-api'`. This looks like this: <pre class="prettyprint linenums">$('body').off('.data-api')</pre> - <p>{{_i}}Alternatively, to target a specific plugin, just include the plugin's name as a namespace along with the data-api namespace like this:{{/i}}</p> + <p>Alternatively, to target a specific plugin, just include the plugin's name as a namespace along with the data-api namespace like this:</p> <pre class="prettyprint linenums">$('body').off('.alert.data-api')</pre> - <h3>{{_i}}Programmatic API{{/i}}</h3> - <p>{{_i}}We also believe you should be able to use all Bootstrap plugins purely through the JavaScript API. All public APIs are single, chainable methods, and return the collection acted upon.{{/i}}</p> + <h3>Programmatic API</h3> + <p>We also believe you should be able to use all Bootstrap plugins purely through the JavaScript API. All public APIs are single, chainable methods, and return the collection acted upon.</p> <pre class="prettyprint linenums">$(".btn.danger").button("toggle").addClass("fat")</pre> - <p>{{_i}}All methods should accept an optional options object, a string which targets a particular method, or nothing (which initiates a plugin with default behavior):{{/i}}</p> + <p>All methods should accept an optional options object, a string which targets a particular method, or nothing (which initiates a plugin with default behavior):</p> <pre class="prettyprint linenums"> $("#myModal").modal() // initialized with defaults $("#myModal").modal({ keyboard: false }) // initialized with no keyboard $("#myModal").modal('show') // initializes and invokes show immediately</p> </pre> - <p>{{_i}}Each plugin also exposes its raw constructor on a `Constructor` property: <code>$.fn.popover.Constructor</code>. If you'd like to get a particular plugin instance, retrieve it directly from an element: <code>$('[rel=popover]').data('popover')</code>.{{/i}}</p> + <p>Each plugin also exposes its raw constructor on a `Constructor` property: <code>$.fn.popover.Constructor</code>. If you'd like to get a particular plugin instance, retrieve it directly from an element: <code>$('[rel=popover]').data('popover')</code>.</p> - <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. <code>show</code>) is triggered at the start of an event, and its past participle form (ex. <code>shown</code>) is trigger on the completion of an action.{{/i}}</p> - <p>{{_i}}All infinitive events provide preventDefault functionality. This provides the ability to stop the execution of an action before it starts.{{/i}}</p> + <h3>Events</h3> + <p>Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. <code>show</code>) is triggered at the start of an event, and its past participle form (ex. <code>shown</code>) is trigger on the completion of an action.</p> + <p>All infinitive events provide preventDefault functionality. This provides the ability to stop the execution of an action before it starts.</p> <pre class="prettyprint linenums"> $('#myModal').on('show', function (e) { if (!data) return e.preventDefault() // stops modal from being shown @@ -79,17 +79,17 @@ $('#myModal').on('show', function (e) { ================================================== --> <section id="transitions"> <div class="page-header"> - <h1>{{_i}}Transitions{{/i}} <small>bootstrap-transition.js</small></h1> + <h1>Transitions <small>bootstrap-transition.js</small></h1> </div> - <h3>{{_i}}About transitions{{/i}}</h3> - <p>{{_i}}For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.{{/i}}</p> - <h3>{{_i}}Use cases{{/i}}</h3> - <p>{{_i}}A few examples of the transition plugin:{{/i}}</p> + <h3>About transitions</h3> + <p>For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.</p> + <h3>Use cases</h3> + <p>A few examples of the transition plugin:</p> <ul> - <li>{{_i}}Sliding or fading in modals{{/i}}</li> - <li>{{_i}}Fading out tabs{{/i}}</li> - <li>{{_i}}Fading out alerts{{/i}}</li> - <li>{{_i}}Sliding carousel panes{{/i}}</li> + <li>Sliding or fading in modals</li> + <li>Fading out tabs</li> + <li>Fading out alerts</li> + <li>Sliding carousel panes</li> </ul> {{! Ideas: include docs for .fade.in, .slide.in, etc }} @@ -101,27 +101,27 @@ $('#myModal').on('show', function (e) { ================================================== --> <section id="modals"> <div class="page-header"> - <h1>{{_i}}Modals{{/i}} <small>bootstrap-modal.js</small></h1> + <h1>Modals <small>bootstrap-modal.js</small></h1> </div> - <h2>{{_i}}Examples{{/i}}</h2> - <p>{{_i}}Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.{{/i}}</p> + <h2>Examples</h2> + <p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p> - <h3>{{_i}}Static example{{/i}}</h3> - <p>{{_i}}A rendered modal with header, body, and set of actions in the footer.{{/i}}</p> + <h3>Static example</h3> + <p>A rendered modal with header, body, and set of actions in the footer.</p> <div class="bs-docs-example" style="background-color: #f5f5f5;"> <div class="modal" style="position: relative; top: auto; left: auto; right: auto; margin: 0 auto 20px; z-index: 1; max-width: 100%;"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> - <h3>{{_i}}Modal header{{/i}}</h3> + <h3>Modal header</h3> </div> <div class="modal-body"> - <p>{{_i}}One fine body…{{/i}}</p> + <p>One fine body…</p> </div> <div class="modal-footer"> - <a href="#" class="btn">{{_i}}Close{{/i}}</a> - <a href="#" class="btn btn-primary">{{_i}}Save changes{{/i}}</a> + <a href="#" class="btn">Close</a> + <a href="#" class="btn btn-primary">Save changes</a> </div> </div> </div>{{! /example }} @@ -129,40 +129,40 @@ $('#myModal').on('show', function (e) { <div class="modal hide fade"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> - <h3>{{_i}}Modal header{{/i}}</h3> + <h3>Modal header</h3> </div> <div class="modal-body"> - <p>{{_i}}One fine body…{{/i}}</p> + <p>One fine body…</p> </div> <div class="modal-footer"> - <a href="#" class="btn">{{_i}}Close{{/i}}</a> - <a href="#" class="btn btn-primary">{{_i}}Save changes{{/i}}</a> + <a href="#" class="btn">Close</a> + <a href="#" class="btn btn-primary">Save changes</a> </div> </div> </pre> - <h3>{{_i}}Live demo{{/i}}</h3> - <p>{{_i}}Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.{{/i}}</p> + <h3>Live demo</h3> + <p>Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.</p> <!-- sample modal content --> <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> - <h3 id="myModalLabel">{{_i}}Modal Heading{{/i}}</h3> + <h3 id="myModalLabel">Modal Heading</h3> </div> <div class="modal-body"> - <h4>{{_i}}Text in a modal{{/i}}</h4> + <h4>Text in a modal</h4> <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem.</p> - <h4>{{_i}}Popover in a modal{{/i}}</h4> - <p>{{_i}}This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on click.{{/i}}</p> + <h4>Popover in a modal</h4> + <p>This <a href="#" role="button" class="btn popover-test" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">button</a> should trigger a popover on click.</p> - <h4>{{_i}}Tooltips in a modal{{/i}}</h4> - <p>{{_i}}<a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> should have tooltips on hover.{{/i}}</p> + <h4>Tooltips in a modal</h4> + <p><a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> should have tooltips on hover.</p> <hr> - <h4>{{_i}}Overflowing text to show optional scrollbar{{/i}}</h4> - <p>{{_i}}We set a fixed <code>max-height</code> on the <code>.modal-body</code>. Watch it overflow with all this extra lorem ipsum text we've included.{{/i}}</p> + <h4>Overflowing text to show optional scrollbar</h4> + <p>We set a fixed <code>max-height</code> on the <code>.modal-body</code>. Watch it overflow with all this extra lorem ipsum text we've included.</p> <p>Cras mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p> <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p> <p>Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.</p> @@ -171,16 +171,16 @@ $('#myModal').on('show', function (e) { <p>Aenean lacinia bibendum nulla sed consectetur. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.</p> </div> <div class="modal-footer"> - <button class="btn" data-dismiss="modal">{{_i}}Close{{/i}}</button> - <button class="btn btn-primary">{{_i}}Save changes{{/i}}</button> + <button class="btn" data-dismiss="modal">Close</button> + <button class="btn btn-primary">Save changes</button> </div> </div> <div class="bs-docs-example" style="padding-bottom: 24px;"> - <a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">{{_i}}Launch demo modal{{/i}}</a> + <a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">Launch demo modal</a> </div>{{! /example }} <pre class="prettyprint linenums"> <!-- Button to trigger modal --> -<a href="#myModal" role="button" class="btn" data-toggle="modal">{{_i}}Launch demo modal{{/i}}</a> +<a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a> <!-- Modal --> <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> @@ -189,11 +189,11 @@ $('#myModal').on('show', function (e) { <h3 id="myModalLabel">Modal header</h3> </div> <div class="modal-body"> - <p>{{_i}}One fine body…{{/i}}</p> + <p>One fine body…</p> </div> <div class="modal-footer"> - <button class="btn" data-dismiss="modal" aria-hidden="true">{{_i}}Close{{/i}}</button> - <button class="btn btn-primary">{{_i}}Save changes{{/i}}</button> + <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> + <button class="btn btn-primary">Save changes</button> </div> </div> </pre> @@ -202,104 +202,104 @@ $('#myModal').on('show', function (e) { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}Activate a modal without writing JavaScript. Set <code>data-toggle="modal"</code> on a controller element, like a button, along with a <code>data-target="#foo"</code> or <code>href="#foo"</code> to target a specific modal to toggle.{{/i}}</p> + <h3>Via data attributes</h3> + <p>Activate a modal without writing JavaScript. Set <code>data-toggle="modal"</code> on a controller element, like a button, along with a <code>data-target="#foo"</code> or <code>href="#foo"</code> to target a specific modal to toggle.</p> <pre class="prettyprint linenums"><button type="button" data-toggle="modal" data-target="#myModal">Launch modal</button></pre> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Call a modal with id <code>myModal</code> with a single line of JavaScript:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Call a modal with id <code>myModal</code> with a single line of JavaScript:</p> <pre class="prettyprint linenums">$('#myModal').modal(options)</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-backdrop=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-backdrop=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 50px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 50px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}backdrop{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> - <td>{{_i}}true{{/i}}</td> - <td>{{_i}}Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.{{/i}}</td> + <td>backdrop</td> + <td>boolean</td> + <td>true</td> + <td>Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.</td> </tr> <tr> - <td>{{_i}}keyboard{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> - <td>{{_i}}true{{/i}}</td> - <td>{{_i}}Closes the modal when escape key is pressed{{/i}}</td> + <td>keyboard</td> + <td>boolean</td> + <td>true</td> + <td>Closes the modal when escape key is pressed</td> </tr> <tr> - <td>{{_i}}show{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> - <td>{{_i}}true{{/i}}</td> - <td>{{_i}}Shows the modal when initialized.{{/i}}</td> + <td>show</td> + <td>boolean</td> + <td>true</td> + <td>Shows the modal when initialized.</td> </tr> <tr> - <td>{{_i}}remote{{/i}}</td> - <td>{{_i}}path{{/i}}</td> - <td>{{_i}}false{{/i}}</td> - <td><p>{{_i}}If a remote url is provided, content will be loaded via jQuery's <code>load</code> method and injected into the <code>.modal-body</code>. If you're using the data api, you may alternatively use the <code>href</code> tag to specify the remote source. An example of this is shown below:{{/i}}</p> + <td>remote</td> + <td>path</td> + <td>false</td> + <td><p>If a remote url is provided, content will be loaded via jQuery's <code>load</code> method and injected into the <code>.modal-body</code>. If you're using the data api, you may alternatively use the <code>href</code> tag to specify the remote source. An example of this is shown below:</p> <pre class="prettyprint linenums"><code><a data-toggle="modal" href="remote.html" data-target="#modal">click me</a></code></pre></td> </tr> </tbody> </table> - <h3{{_i}}>Methods{{/i}}</h3> - <h4>.modal({{_i}}options{{/i}})</h4> - <p>{{_i}}Activates your content as a modal. Accepts an optional options <code>object</code>.{{/i}}</p> + <h3>Methods</h3> + <h4>.modal(options)</h4> + <p>Activates your content as a modal. Accepts an optional options <code>object</code>.</p> <pre class="prettyprint linenums"> $('#myModal').modal({ keyboard: false }) </pre> <h4>.modal('toggle')</h4> - <p>{{_i}}Manually toggles a modal.{{/i}}</p> + <p>Manually toggles a modal.</p> <pre class="prettyprint linenums">$('#myModal').modal('toggle')</pre> <h4>.modal('show')</h4> - <p>{{_i}}Manually opens a modal.{{/i}}</p> + <p>Manually opens a modal.</p> <pre class="prettyprint linenums">$('#myModal').modal('show')</pre> <h4>.modal('hide')</h4> - <p>{{_i}}Manually hides a modal.{{/i}}</p> + <p>Manually hides a modal.</p> <pre class="prettyprint linenums">$('#myModal').modal('hide')</pre> - <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}</p> + <h3>Events</h3> + <p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 150px;">{{_i}}Event{{/i}}</th> - <th>{{_i}}Description{{/i}}</th> + <th style="width: 150px;">Event</th> + <th>Description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}show{{/i}}</td> - <td>{{_i}}This event fires immediately when the <code>show</code> instance method is called.{{/i}}</td> + <td>show</td> + <td>This event fires immediately when the <code>show</code> instance method is called.</td> </tr> <tr> - <td>{{_i}}shown{{/i}}</td> - <td>{{_i}}This event is fired when the modal has been made visible to the user (will wait for css transitions to complete).{{/i}}</td> + <td>shown</td> + <td>This event is fired when the modal has been made visible to the user (will wait for css transitions to complete).</td> </tr> <tr> - <td>{{_i}}hide{{/i}}</td> - <td>{{_i}}This event is fired immediately when the <code>hide</code> instance method has been called.{{/i}}</td> + <td>hide</td> + <td>This event is fired immediately when the <code>hide</code> instance method has been called.</td> </tr> <tr> - <td>{{_i}}hidden{{/i}}</td> - <td>{{_i}}This event is fired when the modal has finished being hidden from the user (will wait for css transitions to complete).{{/i}}</td> + <td>hidden</td> + <td>This event is fired when the modal has finished being hidden from the user (will wait for css transitions to complete).</td> </tr> </tbody> </table> <pre class="prettyprint linenums"> $('#myModal').on('hidden', function () { - // {{_i}}do something…{{/i}} + // do something… }) </pre> </section> @@ -310,50 +310,50 @@ $('#myModal').on('hidden', function () { ================================================== --> <section id="dropdowns"> <div class="page-header"> - <h1>{{_i}}Dropdowns{{/i}} <small>bootstrap-dropdown.js</small></h1> + <h1>Dropdowns <small>bootstrap-dropdown.js</small></h1> </div> - <h2>{{_i}}Examples{{/i}}</h2> - <p>{{_i}}Add dropdown menus to nearly anything with this simple plugin, including the navbar, tabs, and pills.{{/i}}</p> + <h2>Examples</h2> + <p>Add dropdown menus to nearly anything with this simple plugin, including the navbar, tabs, and pills.</p> - <h3>{{_i}}Within a navbar{{/i}}</h3> + <h3>Within a navbar</h3> <div class="bs-docs-example"> <div id="navbar-example" class="navbar navbar-static"> <div class="navbar-inner"> <div class="container" style="width: auto;"> - <a class="brand" href="#">{{_i}}Project Name{{/i}}</a> + <a class="brand" href="#">Project Name</a> <ul class="nav" role="navigation"> <li class="dropdown"> - <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a> + <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop1"> - <li><a tabindex="-1" href="http://google.com">{{_i}}Action{{/i}}</a></li> - <li><a tabindex="-1" href="#anotherAction">{{_i}}Another action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li> + <li><a tabindex="-1" href="http://google.com">Action</a></li> + <li><a tabindex="-1" href="#anotherAction">Another action</a></li> + <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> - <li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li> + <li><a tabindex="-1" href="#">Separated link</a></li> </ul> </li> <li class="dropdown"> - <a href="#" id="drop2" role="button" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown 2 {{/i}}<b class="caret"></b></a> + <a href="#" id="drop2" role="button" class="dropdown-toggle" data-toggle="dropdown">Dropdown 2 <b class="caret"></b></a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop2"> - <li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li> + <li><a tabindex="-1" href="#">Action</a></li> + <li><a tabindex="-1" href="#">Another action</a></li> + <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> - <li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li> + <li><a tabindex="-1" href="#">Separated link</a></li> </ul> </li> </ul> <ul class="nav pull-right"> <li id="fat-menu" class="dropdown"> - <a href="#" id="drop3" role="button" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown 3{{/i}} <b class="caret"></b></a> + <a href="#" id="drop3" role="button" class="dropdown-toggle" data-toggle="dropdown">Dropdown 3 <b class="caret"></b></a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop3"> - <li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li> + <li><a tabindex="-1" href="#">Action</a></li> + <li><a tabindex="-1" href="#">Another action</a></li> + <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> - <li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li> + <li><a tabindex="-1" href="#">Separated link</a></li> </ul> </li> </ul> @@ -362,38 +362,38 @@ $('#myModal').on('hidden', function () { </div> <!-- /navbar-example --> </div> {{! /example }} - <h3>{{_i}}Within tabs{{/i}}</h3> + <h3>Within tabs</h3> <div class="bs-docs-example"> <ul class="nav nav-pills"> - <li class="active"><a href="#">{{_i}}Regular link{{/i}}</a></li> + <li class="active"><a href="#">Regular link</a></li> <li class="dropdown"> - <a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#">{{_i}}Dropdown{{/i}} <b class="caret"></b></a> + <a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#">Dropdown <b class="caret"></b></a> <ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="drop4"> - <li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li> + <li><a tabindex="-1" href="#">Action</a></li> + <li><a tabindex="-1" href="#">Another action</a></li> + <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> - <li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li> + <li><a tabindex="-1" href="#">Separated link</a></li> </ul> </li> <li class="dropdown"> - <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#">{{_i}}Dropdown 2{{/i}} <b class="caret"></b></a> + <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#">Dropdown 2 <b class="caret"></b></a> <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="drop5"> - <li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li> + <li><a tabindex="-1" href="#">Action</a></li> + <li><a tabindex="-1" href="#">Another action</a></li> + <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> - <li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li> + <li><a tabindex="-1" href="#">Separated link</a></li> </ul> </li> <li class="dropdown"> - <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#">{{_i}}Dropdown 3{{/i}} <b class="caret"></b></a> + <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#">Dropdown 3 <b class="caret"></b></a> <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop5"> - <li><a tabindex="-1" href="#">{{_i}}Action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Another action{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Something else here{{/i}}</a></li> + <li><a tabindex="-1" href="#">Action</a></li> + <li><a tabindex="-1" href="#">Another action</a></li> + <li><a tabindex="-1" href="#">Something else here</a></li> <li class="divider"></li> - <li><a tabindex="-1" href="#">{{_i}}Separated link{{/i}}</a></li> + <li><a tabindex="-1" href="#">Separated link</a></li> </ul> </li> </ul> <!-- /tabs --> @@ -403,10 +403,10 @@ $('#myModal').on('hidden', function () { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}Add <code>data-toggle="dropdown"</code> to a link or button to toggle a dropdown.{{/i}}</p> + <h3>Via data attributes</h3> + <p>Add <code>data-toggle="dropdown"</code> to a link or button to toggle a dropdown.</p> <pre class="prettyprint linenums"> <div class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown trigger</a> @@ -415,11 +415,11 @@ $('#myModal').on('hidden', function () { </ul> </div> </pre> - <p>{{_i}}To keep URLs intact, use the <code>data-target</code> attribute instead of <code>href="#"</code>.{{/i}}</p> + <p>To keep URLs intact, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p> <pre class="prettyprint linenums"> <div class="dropdown"> <a class="dropdown-toggle" id="dLabel" role="button" data-toggle="dropdown" data-target="#" href="/page.html"> - {{_i}}Dropdown{{/i}} + Dropdown <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> @@ -428,16 +428,16 @@ $('#myModal').on('hidden', function () { </div> </pre> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Call the dropdowns via JavaScript:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Call the dropdowns via JavaScript:</p> <pre class="prettyprint linenums">$('.dropdown-toggle').dropdown()</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p><em>{{_i}}None{{/i}}</em></p> + <h3>Options</h3> + <p><em>None</em></p> - <h3>{{_i}}Methods{{/i}}</h3> + <h3>Methods</h3> <h4>$().dropdown('toggle')</h4> - <p>{{_i}}A programmatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}</p> + <p>A programmatic api for toggling menus for a given navbar or tabbed navigation.</p> </section> @@ -446,27 +446,27 @@ $('#myModal').on('hidden', function () { ================================================== --> <section id="scrollspy"> <div class="page-header"> - <h1>{{_i}}ScrollSpy{{/i}} <small>bootstrap-scrollspy.js</small></h1> + <h1>ScrollSpy <small>bootstrap-scrollspy.js</small></h1> </div> - <h2>{{_i}}Example in navbar{{/i}}</h2> - <p>{{_i}}The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.{{/i}}</p> + <h2>Example in navbar</h2> + <p>The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.</p> <div class="bs-docs-example"> <div id="navbarExample" class="navbar navbar-static"> <div class="navbar-inner"> <div class="container" style="width: auto;"> - <a class="brand" href="#">{{_i}}Project Name{{/i}}</a> + <a class="brand" href="#">Project Name</a> <ul class="nav"> <li><a href="#fat">@fat</a></li> <li><a href="#mdo">@mdo</a></li> <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="#one">{{_i}}one{{/i}}</a></li> - <li><a href="#two">{{_i}}two{{/i}}</a></li> + <li><a href="#one">one</a></li> + <li><a href="#two">two</a></li> <li class="divider"></li> - <li><a href="#three">{{_i}}three{{/i}}</a></li> + <li><a href="#three">three</a></li> </ul> </li> </ul> @@ -493,63 +493,63 @@ $('#myModal').on('hidden', function () { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}To easily add scrollspy behavior to your topbar navigation, just add <code>data-spy="scroll"</code> to the element you want to spy on (most typically this would be the body) and <code>data-target=".navbar"</code> to select which nav to use. You'll want to use scrollspy with a <code>.nav</code> component.{{/i}}</p> + <h3>Via data attributes</h3> + <p>To easily add scrollspy behavior to your topbar navigation, just add <code>data-spy="scroll"</code> to the element you want to spy on (most typically this would be the body) and <code>data-target=".navbar"</code> to select which nav to use. You'll want to use scrollspy with a <code>.nav</code> component.</p> <pre class="prettyprint linenums"><body data-spy="scroll" data-target=".navbar">...</body></pre> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Call the scrollspy via JavaScript:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Call the scrollspy via JavaScript:</p> <pre class="prettyprint linenums">$('#navbar').scrollspy()</pre> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}Navbar links must have resolvable id targets. For example, a <code><a href="#home">home</a></code> must correspond to something in the dom like <code><div id="home"></div></code>.{{/i}} + <strong>Heads up!</strong> + Navbar links must have resolvable id targets. For example, a <code><a href="#home">home</a></code> must correspond to something in the dom like <code><div id="home"></div></code>. </div> - <h3>{{_i}}Methods{{/i}}</h3> + <h3>Methods</h3> <h4>.scrollspy('refresh')</h4> - <p>{{_i}}When using scrollspy in conjunction with adding or removing of elements from the DOM, you'll need to call the refresh method like so:{{/i}}</p> + <p>When using scrollspy in conjunction with adding or removing of elements from the DOM, you'll need to call the refresh method like so:</p> <pre class="prettyprint linenums"> $('[data-spy="scroll"]').each(function () { var $spy = $(this).scrollspy('refresh') }); </pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-offset=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-offset=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 100px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 100px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}offset{{/i}}</td> - <td>{{_i}}number{{/i}}</td> - <td>{{_i}}10{{/i}}</td> - <td>{{_i}}Pixels to offset from top when calculating position of scroll.{{/i}}</td> + <td>offset</td> + <td>number</td> + <td>10</td> + <td>Pixels to offset from top when calculating position of scroll.</td> </tr> </tbody> </table> - <h3>{{_i}}Events{{/i}}</h3> + <h3>Events</h3> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 150px;">{{_i}}Event{{/i}}</th> - <th>{{_i}}Description{{/i}}</th> + <th style="width: 150px;">Event</th> + <th>Description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}activate{{/i}}</td> - <td>{{_i}}This event fires whenever a new item becomes activated by the scrollspy.{{/i}}</td> + <td>activate</td> + <td>This event fires whenever a new item becomes activated by the scrollspy.</td> </tr> </tbody> </table> @@ -561,18 +561,18 @@ $('[data-spy="scroll"]').each(function () { ================================================== --> <section id="tabs"> <div class="page-header"> - <h1>{{_i}}Togglable tabs{{/i}} <small>bootstrap-tab.js</small></h1> + <h1>Togglable tabs <small>bootstrap-tab.js</small></h1> </div> - <h2>{{_i}}Example tabs{{/i}}</h2> - <p>{{_i}}Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.{{/i}}</p> + <h2>Example tabs</h2> + <p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p> <div class="bs-docs-example"> <ul id="myTab" class="nav nav-tabs"> - <li class="active"><a href="#home" data-toggle="tab">{{_i}}Home{{/i}}</a></li> - <li><a href="#profile" data-toggle="tab">{{_i}}Profile{{/i}}</a></li> + <li class="active"><a href="#home" data-toggle="tab">Home</a></li> + <li><a href="#profile" data-toggle="tab">Profile</a></li> <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{_i}}Dropdown{{/i}} <b class="caret"></b></a> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#dropdown1" data-toggle="tab">@fat</a></li> <li><a href="#dropdown2" data-toggle="tab">@mdo</a></li> @@ -599,14 +599,14 @@ $('[data-spy="scroll"]').each(function () { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> - <p>{{_i}}Enable tabbable tabs via JavaScript (each tab needs to be activated individually):{{/i}}</p> + <h2>Usage</h2> + <p>Enable tabbable tabs via JavaScript (each tab needs to be activated individually):</p> <pre class="prettyprint linenums"> $('#myTab a').click(function (e) { e.preventDefault(); $(this).tab('show'); })</pre> - <p>{{_i}}You can activate individual tabs in several ways:{{/i}}</p> + <p>You can activate individual tabs in several ways:</p> <pre class="prettyprint linenums"> $('#myTab a[href="#profile"]').tab('show'); // Select tab by name $('#myTab a:first').tab('show'); // Select first tab @@ -614,28 +614,28 @@ $('#myTab a:last').tab('show'); // Select last tab $('#myTab li:eq(2) a').tab('show'); // Select third tab (0-indexed) </pre> - <h3>{{_i}}Markup{{/i}}</h3> - <p>{{_i}}You can activate a tab or pill navigation without writing any JavaScript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element. Adding the <code>nav</code> and <code>nav-tabs</code> classes to the tab <code>ul</code> will apply the Bootstrap tab styling.{{/i}}</p> + <h3>Markup</h3> + <p>You can activate a tab or pill navigation without writing any JavaScript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element. Adding the <code>nav</code> and <code>nav-tabs</code> classes to the tab <code>ul</code> will apply the Bootstrap tab styling.</p> <pre class="prettyprint linenums"> <ul class="nav nav-tabs"> - <li><a href="#home" data-toggle="tab">{{_i}}Home{{/i}}</a></li> - <li><a href="#profile" data-toggle="tab">{{_i}}Profile{{/i}}</a></li> - <li><a href="#messages" data-toggle="tab">{{_i}}Messages{{/i}}</a></li> - <li><a href="#settings" data-toggle="tab">{{_i}}Settings{{/i}}</a></li> + <li><a href="#home" data-toggle="tab">Home</a></li> + <li><a href="#profile" data-toggle="tab">Profile</a></li> + <li><a href="#messages" data-toggle="tab">Messages</a></li> + <li><a href="#settings" data-toggle="tab">Settings</a></li> </ul></pre> - <p>{{_i}}To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>.{{/i}}</p> + <p>To make tabs fade in, add <code>.fade</code> to each <code>.tab-pane</code>.</p> - <h3>{{_i}}Methods{{/i}}</h3> + <h3>Methods</h3> <h4>$().tab</h4> <p> - {{_i}}Activates a tab element and content container. Tab should have either a <code>data-target</code> or an <code>href</code> targeting a container node in the DOM.{{/i}} + Activates a tab element and content container. Tab should have either a <code>data-target</code> or an <code>href</code> targeting a container node in the DOM. </p> <pre class="prettyprint linenums"> <ul class="nav nav-tabs" id="myTab"> - <li class="active"><a href="#home">{{_i}}Home{{/i}}</a></li> - <li><a href="#profile">{{_i}}Profile{{/i}}</a></li> - <li><a href="#messages">{{_i}}Messages{{/i}}</a></li> - <li><a href="#settings">{{_i}}Settings{{/i}}</a></li> + <li class="active"><a href="#home">Home</a></li> + <li><a href="#profile">Profile</a></li> + <li><a href="#messages">Messages</a></li> + <li><a href="#settings">Settings</a></li> </ul> <div class="tab-content"> @@ -652,22 +652,22 @@ $('#myTab li:eq(2) a').tab('show'); // Select third tab (0-indexed) </script> </pre> - <h3>{{_i}}Events{{/i}}</h3> + <h3>Events</h3> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 150px;">{{_i}}Event{{/i}}</th> - <th>{{_i}}Description{{/i}}</th> + <th style="width: 150px;">Event</th> + <th>Description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}show{{/i}}</td> - <td>{{_i}}This event fires on tab show, but before the new tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.{{/i}}</td> + <td>show</td> + <td>This event fires on tab show, but before the new tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td> </tr> <tr> - <td>{{_i}}shown{{/i}}</td> - <td>{{_i}}This event fires on tab show after a tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.{{/i}}</td> + <td>shown</td> + <td>This event fires on tab show after a tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td> </tr> </tbody> </table> @@ -684,19 +684,19 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ================================================== --> <section id="tooltips"> <div class="page-header"> - <h1>{{_i}}Tooltips{{/i}} <small>bootstrap-tooltip.js</small></h1> + <h1>Tooltips <small>bootstrap-tooltip.js</small></h1> </div> - <h2>{{_i}}Examples{{/i}}</h2> - <p>{{_i}}Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.{{/i}}</p> - <p>{{_i}}Hover over the links below to see tooltips:{{/i}}</p> + <h2>Examples</h2> + <p>Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.</p> + <p>Hover over the links below to see tooltips:</p> <div class="bs-docs-example tooltip-demo"> - <p class="muted" style="margin-bottom: 0;">{{_i}}Tight pants next level keffiyeh <a href="#" rel="tooltip" title="Default tooltip">you probably</a> haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <a href="#" rel="tooltip" title="Another tooltip">have a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan <a href="#" rel="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy Austin <a href="#" rel="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral.{{/i}} + <p class="muted" style="margin-bottom: 0;">Tight pants next level keffiyeh <a href="#" rel="tooltip" title="Default tooltip">you probably</a> haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <a href="#" rel="tooltip" title="Another tooltip">have a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan <a href="#" rel="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy Austin <a href="#" rel="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral. </p> </div>{{! /example }} - <h3>{{_i}}Four directions{{/i}}</h3> + <h3>Four directions</h3> <div class="bs-docs-example tooltip-demo"> <ul class="bs-docs-tooltip-examples"> <li><a href="#" rel="tooltip" data-placement="top" title="Tooltip on top">Tooltip on top</a></li> @@ -710,93 +710,93 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> - <p>{{_i}}Trigger the tooltip via JavaScript:{{/i}}</p> - <pre class="prettyprint linenums">$('#example').tooltip({{_i}}options{{/i}})</pre> + <h2>Usage</h2> + <p>Trigger the tooltip via JavaScript:</p> + <pre class="prettyprint linenums">$('#example').tooltip(options)</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-animation=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-animation=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 100px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 100px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}animation{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> + <td>animation</td> + <td>boolean</td> <td>true</td> - <td>{{_i}}apply a css fade transition to the tooltip{{/i}}</td> + <td>apply a css fade transition to the tooltip</td> </tr> <tr> - <td>{{_i}}html{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> + <td>html</td> + <td>boolean</td> <td>false</td> - <td>{{_i}}Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}</td> + <td>Insert html into the tooltip. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td> </tr> <tr> - <td>{{_i}}placement{{/i}}</td> - <td>{{_i}}string|function{{/i}}</td> + <td>placement</td> + <td>string|function</td> <td>'top'</td> - <td>{{_i}}how to position the tooltip{{/i}} - top | bottom | left | right</td> + <td>how to position the tooltip - top | bottom | left | right</td> </tr> <tr> - <td>{{_i}}selector{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>selector</td> + <td>string</td> <td>false</td> - <td>{{_i}}If a selector is provided, tooltip objects will be delegated to the specified targets.{{/i}}</td> + <td>If a selector is provided, tooltip objects will be delegated to the specified targets.</td> </tr> <tr> - <td>{{_i}}title{{/i}}</td> - <td>{{_i}}string | function{{/i}}</td> + <td>title</td> + <td>string | function</td> <td>''</td> - <td>{{_i}}default title value if `title` tag isn't present{{/i}}</td> + <td>default title value if `title` tag isn't present</td> </tr> <tr> - <td>{{_i}}trigger{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>trigger</td> + <td>string</td> <td>'hover'</td> - <td>{{_i}}how tooltip is triggered{{/i}} - click | hover | focus | manual</td> + <td>how tooltip is triggered - click | hover | focus | manual</td> </tr> <tr> - <td>{{_i}}delay{{/i}}</td> - <td>{{_i}}number | object{{/i}}</td> + <td>delay</td> + <td>number | object</td> <td>0</td> <td> - <p>{{_i}}delay showing and hiding the tooltip (ms) - does not apply to manual trigger type{{/i}}</p> - <p>{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}</p> - <p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p> + <p>delay showing and hiding the tooltip (ms) - does not apply to manual trigger type</p> + <p>If a number is supplied, delay is applied to both hide/show</p> + <p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p> </td> </tr> </tbody> </table> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}Options for individual tooltips can alternatively be specified through the use of data attributes.{{/i}} + <strong>Heads up!</strong> + Options for individual tooltips can alternatively be specified through the use of data attributes. </div> - <h3>{{_i}}Markup{{/i}}</h3> - <p>{{_i}}For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.{{/i}}</p> - <pre class="prettyprint linenums"><a href="#" rel="tooltip" title="{{_i}}first tooltip{{/i}}">{{_i}}hover over me{{/i}}</a></pre> + <h3>Markup</h3> + <p>For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.</p> + <pre class="prettyprint linenums"><a href="#" rel="tooltip" title="first tooltip">hover over me</a></pre> - <h3>{{_i}}Methods{{/i}}</h3> - <h4>$().tooltip({{_i}}options{{/i}})</h4> - <p>{{_i}}Attaches a tooltip handler to an element collection.{{/i}}</p> + <h3>Methods</h3> + <h4>$().tooltip(options)</h4> + <p>Attaches a tooltip handler to an element collection.</p> <h4>.tooltip('show')</h4> - <p>{{_i}}Reveals an element's tooltip.{{/i}}</p> + <p>Reveals an element's tooltip.</p> <pre class="prettyprint linenums">$('#element').tooltip('show')</pre> <h4>.tooltip('hide')</h4> - <p>{{_i}}Hides an element's tooltip.{{/i}}</p> + <p>Hides an element's tooltip.</p> <pre class="prettyprint linenums">$('#element').tooltip('hide')</pre> <h4>.tooltip('toggle')</h4> - <p>{{_i}}Toggles an element's tooltip.{{/i}}</p> + <p>Toggles an element's tooltip.</p> <pre class="prettyprint linenums">$('#element').tooltip('toggle')</pre> <h4>.tooltip('destroy')</h4> - <p>{{_i}}Hides and destroys an element's tooltip.{{/i}}</p> + <p>Hides and destroys an element's tooltip.</p> <pre class="prettyprint linenums">$('#element').tooltip('destroy')</pre> </section> @@ -806,14 +806,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ================================================== --> <section id="popovers"> <div class="page-header"> - <h1>{{_i}}Popovers{{/i}} <small>bootstrap-popover.js</small></h1> + <h1>Popovers <small>bootstrap-popover.js</small></h1> </div> - <h2>{{_i}}Examples{{/i}}</h2> - <p>{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover. <strong>Requires <a href="#tooltips">Tooltip</a> to be included.</strong>{{/i}}</p> + <h2>Examples</h2> + <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover. <strong>Requires <a href="#tooltips">Tooltip</a> to be included.</strong></p> - <h3>{{_i}}Static popover{{/i}}</h3> - <p>{{_i}}Four options are available: top, right, bottom, and left aligned.{{/i}}</p> + <h3>Static popover</h3> + <p>Four options are available: top, right, bottom, and left aligned.</p> <div class="bs-docs-example bs-docs-example-popover"> <div class="popover top"> <div class="arrow"></div> @@ -849,14 +849,14 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <div class="clearfix"></div> </div> - <p>{{_i}}No markup shown as popovers are generated from JavaScript and content within a <code>data</code> attribute.{{/i}}</p> + <p>No markup shown as popovers are generated from JavaScript and content within a <code>data</code> attribute.</p> <h3>Live demo</h3> <div class="bs-docs-example" style="padding-bottom: 24px;"> - <a href="#" class="btn btn-large btn-danger" rel="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">{{_i}}Click to toggle popover{{/i}}</a> + <a href="#" class="btn btn-large btn-danger" rel="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">Click to toggle popover</a> </div> - <h4>{{_i}}Four directions{{/i}}</h4> + <h4>Four directions</h4> <div class="bs-docs-example tooltip-demo"> <ul class="bs-docs-tooltip-examples"> <li><a href="#" class="btn" rel="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." title="Popover on top">Popover on top</a></li> @@ -870,98 +870,98 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> - <p>{{_i}}Enable popovers via JavaScript:{{/i}}</p> - <pre class="prettyprint linenums">$('#example').popover({{_i}}options{{/i}})</pre> + <h2>Usage</h2> + <p>Enable popovers via JavaScript:</p> + <pre class="prettyprint linenums">$('#example').popover(options)</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-animation=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-animation=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 100px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 100px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}animation{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> + <td>animation</td> + <td>boolean</td> <td>true</td> - <td>{{_i}}apply a css fade transition to the tooltip{{/i}}</td> + <td>apply a css fade transition to the tooltip</td> </tr> <tr> - <td>{{_i}}html{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> + <td>html</td> + <td>boolean</td> <td>false</td> - <td>{{_i}}Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.{{/i}}</td> + <td>Insert html into the popover. If false, jquery's <code>text</code> method will be used to insert content into the dom. Use text if you're worried about XSS attacks.</td> </tr> <tr> - <td>{{_i}}placement{{/i}}</td> - <td>{{_i}}string|function{{/i}}</td> + <td>placement</td> + <td>string|function</td> <td>'right'</td> - <td>{{_i}}how to position the popover{{/i}} - top | bottom | left | right</td> + <td>how to position the popover - top | bottom | left | right</td> </tr> <tr> - <td>{{_i}}selector{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>selector</td> + <td>string</td> <td>false</td> - <td>{{_i}}if a selector is provided, tooltip objects will be delegated to the specified targets{{/i}}</td> + <td>if a selector is provided, tooltip objects will be delegated to the specified targets</td> </tr> <tr> - <td>{{_i}}trigger{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>trigger</td> + <td>string</td> <td>'click'</td> - <td>{{_i}}how popover is triggered{{/i}} - click | hover | focus | manual</td> + <td>how popover is triggered - click | hover | focus | manual</td> </tr> <tr> - <td>{{_i}}title{{/i}}</td> - <td>{{_i}}string | function{{/i}}</td> + <td>title</td> + <td>string | function</td> <td>''</td> - <td>{{_i}}default title value if `title` attribute isn't present{{/i}}</td> + <td>default title value if `title` attribute isn't present</td> </tr> <tr> - <td>{{_i}}content{{/i}}</td> - <td>{{_i}}string | function{{/i}}</td> + <td>content</td> + <td>string | function</td> <td>''</td> - <td>{{_i}}default content value if `data-content` attribute isn't present{{/i}}</td> + <td>default content value if `data-content` attribute isn't present</td> </tr> <tr> - <td>{{_i}}delay{{/i}}</td> - <td>{{_i}}number | object{{/i}}</td> + <td>delay</td> + <td>number | object</td> <td>0</td> <td> - <p>{{_i}}delay showing and hiding the popover (ms) - does not apply to manual trigger type{{/i}}</p> - <p>{{_i}}If a number is supplied, delay is applied to both hide/show{{/i}}</p> - <p>{{_i}}Object structure is: <code>delay: { show: 500, hide: 100 }</code>{{/i}}</p> + <p>delay showing and hiding the popover (ms) - does not apply to manual trigger type</p> + <p>If a number is supplied, delay is applied to both hide/show</p> + <p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p> </td> </tr> </tbody> </table> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}Options for individual popovers can alternatively be specified through the use of data attributes.{{/i}} + <strong>Heads up!</strong> + Options for individual popovers can alternatively be specified through the use of data attributes. </div> - <h3>{{_i}}Markup{{/i}}</h3> - <p>{{_i}}For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.{{/i}}</p> + <h3>Markup</h3> + <p>For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.</p> - <h3>{{_i}}Methods{{/i}}</h3> - <h4>$().popover({{_i}}options{{/i}})</h4> - <p>{{_i}}Initializes popovers for an element collection.{{/i}}</p> + <h3>Methods</h3> + <h4>$().popover(options)</h4> + <p>Initializes popovers for an element collection.</p> <h4>.popover('show')</h4> - <p>{{_i}}Reveals an elements popover.{{/i}}</p> + <p>Reveals an elements popover.</p> <pre class="prettyprint linenums">$('#element').popover('show')</pre> <h4>.popover('hide')</h4> - <p>{{_i}}Hides an elements popover.{{/i}}</p> + <p>Hides an elements popover.</p> <pre class="prettyprint linenums">$('#element').popover('hide')</pre> <h4>.popover('toggle')</h4> - <p>{{_i}}Toggles an elements popover.{{/i}}</p> + <p>Toggles an elements popover.</p> <pre class="prettyprint linenums">$('#element').popover('toggle')</pre> <h4>.popover('destroy')</h4> - <p>{{_i}}Hides and destroys an element's popover.{{/i}}</p> + <p>Hides and destroys an element's popover.</p> <pre class="prettyprint linenums">$('#element').popover('destroy')</pre> </section> @@ -971,26 +971,26 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ================================================== --> <section id="alerts"> <div class="page-header"> - <h1>{{_i}}Alert messages{{/i}} <small>bootstrap-alert.js</small></h1> + <h1>Alert messages <small>bootstrap-alert.js</small></h1> </div> - <h2>{{_i}}Example alerts{{/i}}</h2> - <p>{{_i}}Add dismiss functionality to all alert messages with this plugin.{{/i}}</p> + <h2>Example alerts</h2> + <p>Add dismiss functionality to all alert messages with this plugin.</p> <div class="bs-docs-example"> <div class="alert fade in"> <button type="button" class="close" data-dismiss="alert">×</button> - <strong>{{_i}}Holy guacamole!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}} + <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good. </div> </div>{{! /example }} <div class="bs-docs-example"> <div class="alert alert-block alert-error fade in"> <button type="button" class="close" data-dismiss="alert">×</button> - <h4 class="alert-heading">{{_i}}Oh snap! You got an error!{{/i}}</h4> - <p>{{_i}}Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.{{/i}}</p> + <h4 class="alert-heading">Oh snap! You got an error!</h4> + <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p> <p> - <a class="btn btn-danger" href="#">{{_i}}Take this action{{/i}}</a> <a class="btn" href="#">{{_i}}Or do this{{/i}}</a> + <a class="btn btn-danger" href="#">Take this action</a> <a class="btn" href="#">Or do this</a> </p> </div> </div>{{! /example }} @@ -999,45 +999,45 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> - <p>{{_i}}Enable dismissal of an alert via JavaScript:{{/i}}</p> + <h2>Usage</h2> + <p>Enable dismissal of an alert via JavaScript:</p> <pre class="prettyprint linenums">$(".alert").alert()</pre> - <h3>{{_i}}Markup{{/i}}</h3> - <p>{{_i}}Just add <code>data-dismiss="alert"</code> to your close button to automatically give an alert close functionality.{{/i}}</p> + <h3>Markup</h3> + <p>Just add <code>data-dismiss="alert"</code> to your close button to automatically give an alert close functionality.</p> <pre class="prettyprint linenums"><a class="close" data-dismiss="alert" href="#">&times;</a></pre> - <h3>{{_i}}Methods{{/i}}</h3> + <h3>Methods</h3> <h4>$().alert()</h4> - <p>{{_i}}Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the <code>.fade</code> and <code>.in</code> class already applied to them.{{/i}}</p> + <p>Wraps all alerts with close functionality. To have your alerts animate out when closed, make sure they have the <code>.fade</code> and <code>.in</code> class already applied to them.</p> <h4>.alert('close')</h4> - <p>{{_i}}Closes an alert.{{/i}}</p> + <p>Closes an alert.</p> <pre class="prettyprint linenums">$(".alert").alert('close')</pre> - <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap's alert class exposes a few events for hooking into alert functionality.{{/i}}</p> + <h3>Events</h3> + <p>Bootstrap's alert class exposes a few events for hooking into alert functionality.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 150px;">{{_i}}Event{{/i}}</th> - <th>{{_i}}Description{{/i}}</th> + <th style="width: 150px;">Event</th> + <th>Description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}close{{/i}}</td> - <td>{{_i}}This event fires immediately when the <code>close</code> instance method is called.{{/i}}</td> + <td>close</td> + <td>This event fires immediately when the <code>close</code> instance method is called.</td> </tr> <tr> - <td>{{_i}}closed{{/i}}</td> - <td>{{_i}}This event is fired when the alert has been closed (will wait for css transitions to complete).{{/i}}</td> + <td>closed</td> + <td>This event is fired when the alert has been closed (will wait for css transitions to complete).</td> </tr> </tbody> </table> <pre class="prettyprint linenums"> $('#my-alert').bind('closed', function () { - // {{_i}}do something…{{/i}} + // do something… }) </pre> </section> @@ -1048,35 +1048,35 @@ $('#my-alert').bind('closed', function () { ================================================== --> <section id="buttons"> <div class="page-header"> - <h1>{{_i}}Buttons{{/i}} <small>bootstrap-button.js</small></h1> + <h1>Buttons <small>bootstrap-button.js</small></h1> </div> - <h2>{{_i}}Example uses{{/i}}</h2> - <p>{{_i}}Do more with buttons. Control button states or create groups of buttons for more components like toolbars.{{/i}}</p> + <h2>Example uses</h2> + <p>Do more with buttons. Control button states or create groups of buttons for more components like toolbars.</p> - <h4>{{_i}}Stateful{{/i}}</h4> - <p>{{_i}}Add data-loading-text="Loading..." to use a loading state on a button.{{/i}}</p> + <h4>Stateful</h4> + <p>Add data-loading-text="Loading..." to use a loading state on a button.</p> <div class="bs-docs-example" style="padding-bottom: 24px;"> <button type="button" id="fat-btn" data-loading-text="loading..." class="btn btn-primary"> - {{_i}}Loading state{{/i}} + Loading state </button> </div>{{! /example }} <pre class="prettyprint linenums"><button type="button" class="btn btn-primary" data-loading-text="Loading...">Loading state</button></pre> - <h4>{{_i}}Single toggle{{/i}}</h4> - <p>{{_i}}Add data-toggle="button" to activate toggling on a single button.{{/i}}</p> + <h4>Single toggle</h4> + <p>Add data-toggle="button" to activate toggling on a single button.</p> <div class="bs-docs-example" style="padding-bottom: 24px;"> - <button type="button" class="btn btn-primary" data-toggle="button">{{_i}}Single Toggle{{/i}}</button> + <button type="button" class="btn btn-primary" data-toggle="button">Single Toggle</button> </div>{{! /example }} <pre class="prettyprint linenums"><button type="button" class="btn btn-primary" data-toggle="button">Single Toggle</button></pre> - <h4>{{_i}}Checkbox{{/i}}</h4> - <p>{{_i}}Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.{{/i}}</p> + <h4>Checkbox</h4> + <p>Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.</p> <div class="bs-docs-example" style="padding-bottom: 24px;"> <div class="btn-group" data-toggle="buttons-checkbox"> - <button type="button" class="btn btn-primary">{{_i}}Left{{/i}}</button> - <button type="button" class="btn btn-primary">{{_i}}Middle{{/i}}</button> - <button type="button" class="btn btn-primary">{{_i}}Right{{/i}}</button> + <button type="button" class="btn btn-primary">Left</button> + <button type="button" class="btn btn-primary">Middle</button> + <button type="button" class="btn btn-primary">Right</button> </div> </div>{{! /example }} <pre class="prettyprint linenums"> @@ -1087,13 +1087,13 @@ $('#my-alert').bind('closed', function () { </div> </pre> - <h4>{{_i}}Radio{{/i}}</h4> - <p>{{_i}}Add data-toggle="buttons-radio" for radio style toggling on btn-group.{{/i}}</p> + <h4>Radio</h4> + <p>Add data-toggle="buttons-radio" for radio style toggling on btn-group.</p> <div class="bs-docs-example" style="padding-bottom: 24px;"> <div class="btn-group" data-toggle="buttons-radio"> - <button type="button" class="btn btn-primary">{{_i}}Left{{/i}}</button> - <button type="button" class="btn btn-primary">{{_i}}Middle{{/i}}</button> - <button type="button" class="btn btn-primary">{{_i}}Right{{/i}}</button> + <button type="button" class="btn btn-primary">Left</button> + <button type="button" class="btn btn-primary">Middle</button> + <button type="button" class="btn btn-primary">Right</button> </div> </div>{{! /example }} <pre class="prettyprint linenums"> @@ -1108,36 +1108,36 @@ $('#my-alert').bind('closed', function () { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> - <p>{{_i}}Enable buttons via JavaScript:{{/i}}</p> + <h2>Usage</h2> + <p>Enable buttons via JavaScript:</p> <pre class="prettyprint linenums">$('.nav-tabs').button()</pre> - <h3>{{_i}}Markup{{/i}}</h3> - <p>{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}</p> + <h3>Markup</h3> + <p>Data attributes are integral to the button plugin. Check out the example code below for the various markup types.</p> - <h3>{{_i}}Options{{/i}}</h3> - <p><em>{{_i}}None{{/i}}</em></p> + <h3>Options</h3> + <p><em>None</em></p> - <h3>{{_i}}Methods{{/i}}</h3> + <h3>Methods</h3> <h4>$().button('toggle')</h4> - <p>{{_i}}Toggles push state. Gives the button the appearance that it has been activated.{{/i}}</p> + <p>Toggles push state. Gives the button the appearance that it has been activated.</p> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.{{/i}} + <strong>Heads up!</strong> + You can enable auto toggling of a button by using the <code>data-toggle</code> attribute. </div> <pre class="prettyprint linenums"><button type="button" class="btn" data-toggle="button" >…</button></pre> <h4>$().button('loading')</h4> - <p>{{_i}}Sets button state to loading - disables button and swaps text to loading text. Loading text should be defined on the button element using the data attribute <code>data-loading-text</code>.{{/i}} + <p>Sets button state to loading - disables button and swaps text to loading text. Loading text should be defined on the button element using the data attribute <code>data-loading-text</code>. </p> <pre class="prettyprint linenums"><button type="button" class="btn" data-loading-text="loading stuff..." >...</button></pre> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}<a href="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.{{/i}} + <strong>Heads up!</strong> + <a href="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>. </div> <h4>$().button('reset')</h4> - <p>{{_i}}Resets button state - swaps text to original text.{{/i}}</p> + <p>Resets button state - swaps text to original text.</p> <h4>$().button(string)</h4> - <p>{{_i}}Resets button state - swaps text to any data defined text state.{{/i}}</p> + <p>Resets button state - swaps text to any data defined text state.</p> <pre class="prettyprint linenums"><button type="button" class="btn" data-complete-text="finished!" >...</button> <script> $('.btn').button('complete') @@ -1151,22 +1151,22 @@ $('#my-alert').bind('closed', function () { ================================================== --> <section id="collapse"> <div class="page-header"> - <h1>{{_i}}Collapse{{/i}} <small>bootstrap-collapse.js</small></h1> + <h1>Collapse <small>bootstrap-collapse.js</small></h1> </div> - <h3>{{_i}}About{{/i}}</h3> - <p>{{_i}}Get base styles and flexible support for collapsible components like accordions and navigation.{{/i}}</p> - <p class="muted"><strong>*</strong> {{_i}}Requires the Transitions plugin to be included.{{/i}}</p> + <h3>About</h3> + <p>Get base styles and flexible support for collapsible components like accordions and navigation.</p> + <p class="muted"><strong>*</strong> Requires the Transitions plugin to be included.</p> - <h2>{{_i}}Example accordion{{/i}}</h2> - <p>{{_i}}Using the collapse plugin, we built a simple accordion style widget:{{/i}}</p> + <h2>Example accordion</h2> + <p>Using the collapse plugin, we built a simple accordion style widget:</p> <div class="bs-docs-example"> <div class="accordion" id="accordion2"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseOne"> - {{_i}}Collapsible Group Item #1{{/i}} + Collapsible Group Item #1 </a> </div> <div id="collapseOne" class="accordion-body collapse in"> @@ -1178,7 +1178,7 @@ $('#my-alert').bind('closed', function () { <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseTwo"> - {{_i}}Collapsible Group Item #2{{/i}} + Collapsible Group Item #2 </a> </div> <div id="collapseTwo" class="accordion-body collapse"> @@ -1190,7 +1190,7 @@ $('#my-alert').bind('closed', function () { <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseThree"> - {{_i}}Collapsible Group Item #3{{/i}} + Collapsible Group Item #3 </a> </div> <div id="collapseThree" class="accordion-body collapse"> @@ -1206,7 +1206,7 @@ $('#my-alert').bind('closed', function () { <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseOne"> - {{_i}}Collapsible Group Item #1{{/i}} + Collapsible Group Item #1 </a> </div> <div id="collapseOne" class="accordion-body collapse in"> @@ -1218,7 +1218,7 @@ $('#my-alert').bind('closed', function () { <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseTwo"> - {{_i}}Collapsible Group Item #2{{/i}} + Collapsible Group Item #2 </a> </div> <div id="collapseTwo" class="accordion-body collapse"> @@ -1230,10 +1230,10 @@ $('#my-alert').bind('closed', function () { </div> ... </pre> - <p>{{_i}}You can also use the plugin without the accordion markup. Make a button toggle the expanding and collapsing of another element.{{/i}}</p> + <p>You can also use the plugin without the accordion markup. Make a button toggle the expanding and collapsing of another element.</p> <pre class="prettyprint linenums"> <button type="button" class="btn btn-danger" data-toggle="collapse" data-target="#demo"> - {{_i}}simple collapsible{{/i}} + simple collapsible </button> <div id="demo" class="collapse in"> … </div> @@ -1243,92 +1243,92 @@ $('#my-alert').bind('closed', function () { <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}Just add <code>data-toggle="collapse"</code> and a <code>data-target</code> to element to automatically assign control of a collapsible element. The <code>data-target</code> attribute accepts a css selector to apply the collapse to. Be sure to add the class <code>collapse</code> to the collapsible element. If you'd like it to default open, add the additional class <code>in</code>.{{/i}}</p> - <p>{{_i}}To add accordion-like group management to a collapsible control, add the data attribute <code>data-parent="#selector"</code>. Refer to the demo to see this in action.{{/i}}</p> + <h3>Via data attributes</h3> + <p>Just add <code>data-toggle="collapse"</code> and a <code>data-target</code> to element to automatically assign control of a collapsible element. The <code>data-target</code> attribute accepts a css selector to apply the collapse to. Be sure to add the class <code>collapse</code> to the collapsible element. If you'd like it to default open, add the additional class <code>in</code>.</p> + <p>To add accordion-like group management to a collapsible control, add the data attribute <code>data-parent="#selector"</code>. Refer to the demo to see this in action.</p> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Enable manually with:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Enable manually with:</p> <pre class="prettyprint linenums">$(".collapse").collapse()</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-parent=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-parent=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 50px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 50px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}parent{{/i}}</td> - <td>{{_i}}selector{{/i}}</td> + <td>parent</td> + <td>selector</td> <td>false</td> - <td>{{_i}}If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior){{/i}}</td> + <td>If selector then all collapsible elements under the specified parent will be closed when this collapsible item is shown. (similar to traditional accordion behavior)</td> </tr> <tr> - <td>{{_i}}toggle{{/i}}</td> - <td>{{_i}}boolean{{/i}}</td> + <td>toggle</td> + <td>boolean</td> <td>true</td> - <td>{{_i}}Toggles the collapsible element on invocation{{/i}}</td> + <td>Toggles the collapsible element on invocation</td> </tr> </tbody> </table> - <h3>{{_i}}Methods{{/i}}</h3> - <h4>.collapse({{_i}}options{{/i}})</h4> - <p>{{_i}}Activates your content as a collapsible element. Accepts an optional options <code>object</code>.{{/i}} + <h3>Methods</h3> + <h4>.collapse(options)</h4> + <p>Activates your content as a collapsible element. Accepts an optional options <code>object</code>. <pre class="prettyprint linenums"> $('#myCollapsible').collapse({ toggle: false }) </pre> <h4>.collapse('toggle')</h4> - <p>{{_i}}Toggles a collapsible element to shown or hidden.{{/i}}</p> + <p>Toggles a collapsible element to shown or hidden.</p> <h4>.collapse('show')</h4> - <p>{{_i}}Shows a collapsible element.{{/i}}</p> + <p>Shows a collapsible element.</p> <h4>.collapse('hide')</h4> - <p>{{_i}}Hides a collapsible element.{{/i}}</p> + <p>Hides a collapsible element.</p> - <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap's collapse class exposes a few events for hooking into collapse functionality.{{/i}}</p> + <h3>Events</h3> + <p>Bootstrap's collapse class exposes a few events for hooking into collapse functionality.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 150px;">{{_i}}Event{{/i}}</th> - <th>{{_i}}Description{{/i}}</th> + <th style="width: 150px;">Event</th> + <th>Description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}show{{/i}}</td> - <td>{{_i}}This event fires immediately when the <code>show</code> instance method is called.{{/i}}</td> + <td>show</td> + <td>This event fires immediately when the <code>show</code> instance method is called.</td> </tr> <tr> - <td>{{_i}}shown{{/i}}</td> - <td>{{_i}}This event is fired when a collapse element has been made visible to the user (will wait for css transitions to complete).{{/i}}</td> + <td>shown</td> + <td>This event is fired when a collapse element has been made visible to the user (will wait for css transitions to complete).</td> </tr> <tr> - <td>{{_i}}hide{{/i}}</td> + <td>hide</td> <td> - {{_i}}This event is fired immediately when the <code>hide</code> method has been called.{{/i}} + This event is fired immediately when the <code>hide</code> method has been called. </td> </tr> <tr> - <td>{{_i}}hidden{{/i}}</td> - <td>{{_i}}This event is fired when a collapse element has been hidden from the user (will wait for css transitions to complete).{{/i}}</td> + <td>hidden</td> + <td>This event is fired when a collapse element has been hidden from the user (will wait for css transitions to complete).</td> </tr> </tbody> </table> <pre class="prettyprint linenums"> $('#myCollapsible').on('hidden', function () { - // {{_i}}do something…{{/i}} + // do something… })</pre> </section> @@ -1338,32 +1338,32 @@ $('#myCollapsible').on('hidden', function () { ================================================== --> <section id="carousel"> <div class="page-header"> - <h1>{{_i}}Carousel{{/i}} <small>bootstrap-carousel.js</small></h1> + <h1>Carousel <small>bootstrap-carousel.js</small></h1> </div> - <h2>{{_i}}Example carousel{{/i}}</h2> - <p>{{_i}}The slideshow below shows a generic plugin and component for cycling through elements like a carousel.{{/i}}</p> + <h2>Example carousel</h2> + <p>The slideshow below shows a generic plugin and component for cycling through elements like a carousel.</p> <div class="bs-docs-example"> <div id="myCarousel" class="carousel slide"> <div class="carousel-inner"> <div class="item active"> <img src="assets/img/bootstrap-mdo-sfmoma-01.jpg" alt=""> <div class="carousel-caption"> - <h3>{{_i}}First slide label{{/i}}</h3> + <h3>First slide label</h3> <p>Nulla vitae elit libero, a pharetra augue. Maecenas faucibus mollis interdum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p> </div> </div> <div class="item"> <img src="assets/img/bootstrap-mdo-sfmoma-02.jpg" alt=""> <div class="carousel-caption"> - <h3>{{_i}}Second slide label{{/i}}</h3> + <h3>Second slide label</h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo.</p> </div> </div> <div class="item"> <img src="assets/img/bootstrap-mdo-sfmoma-03.jpg" alt=""> <div class="carousel-caption"> - <h3>{{_i}}Third slide label{{/i}}</h3> + <h3>Third slide label</h3> <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> </div> </div> @@ -1378,99 +1378,99 @@ $('#myCollapsible').on('hidden', function () { </div>{{! /example }} <pre class="prettyprint linenums"> <div id="myCarousel" class="carousel slide"> - <!-- {{_i}}Carousel items{{/i}} --> + <!-- Carousel items --> <div class="carousel-inner"> <div class="active item">…</div> <div class="item">…</div> <div class="item">…</div> </div> - <!-- {{_i}}Carousel nav{{/i}} --> + <!-- Carousel nav --> <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a> <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a> </div> </pre> <div class="alert alert-warning"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}When implementing this carousel, remove the images we have provided and replace them with your own.{{/i}} + <strong>Heads up!</strong> + When implementing this carousel, remove the images we have provided and replace them with your own. </div> <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}...{{/i}}</p> + <h3>Via data attributes</h3> + <p>...</p> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Call carousel manually with:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Call carousel manually with:</p> <pre class="prettyprint linenums">$('.carousel').carousel()</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-interval=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-interval=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 50px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 50px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}interval{{/i}}</td> - <td>{{_i}}number{{/i}}</td> + <td>interval</td> + <td>number</td> <td>5000</td> - <td>{{_i}}The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.{{/i}}</td> + <td>The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.</td> </tr> <tr> - <td>{{_i}}pause{{/i}}</td> - <td>{{_i}}string{{/i}}</td> + <td>pause</td> + <td>string</td> <td>"hover"</td> - <td>{{_i}}Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.{{/i}}</td> + <td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td> </tr> </tbody> </table> - <h3>{{_i}}Methods{{/i}}</h3> - <h4>.carousel({{_i}}options{{/i}})</h4> - <p>{{_i}}Initializes the carousel with an optional options <code>object</code> and starts cycling through items.{{/i}}</p> + <h3>Methods</h3> + <h4>.carousel(options)</h4> + <p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p> <pre class="prettyprint linenums"> $('.carousel').carousel({ interval: 2000 }) </pre> <h4>.carousel('cycle')</h4> - <p>{{_i}}Cycles through the carousel items from left to right.{{/i}}</p> + <p>Cycles through the carousel items from left to right.</p> <h4>.carousel('pause')</h4> - <p>{{_i}}Stops the carousel from cycling through items.{{/i}}</p> + <p>Stops the carousel from cycling through items.</p> <h4>.carousel(number)</h4> - <p>{{_i}}Cycles the carousel to a particular frame (0 based, similar to an array).{{/i}}</p> + <p>Cycles the carousel to a particular frame (0 based, similar to an array).</p> <h4>.carousel('prev')</h4> - <p>{{_i}}Cycles to the previous item.{{/i}}</p> + <p>Cycles to the previous item.</p> <h4>.carousel('next')</h4> - <p>{{_i}}Cycles to the next item.{{/i}}</p> + <p>Cycles to the next item.</p> - <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap's carousel class exposes two events for hooking into carousel functionality.{{/i}}</p> + <h3>Events</h3> + <p>Bootstrap's carousel class exposes two events for hooking into carousel functionality.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 150px;">{{_i}}Event{{/i}}</th> - <th>{{_i}}Description{{/i}}</th> + <th style="width: 150px;">Event</th> + <th>Description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}slide{{/i}}</td> - <td>{{_i}}This event fires immediately when the <code>slide</code> instance method is invoked.{{/i}}</td> + <td>slide</td> + <td>This event fires immediately when the <code>slide</code> instance method is invoked.</td> </tr> <tr> - <td>{{_i}}slid{{/i}}</td> - <td>{{_i}}This event is fired when the carousel has completed its slide transition.{{/i}}</td> + <td>slid</td> + <td>This event is fired when the carousel has completed its slide transition.</td> </tr> </tbody> </table> @@ -1482,12 +1482,12 @@ $('.carousel').carousel({ ================================================== --> <section id="typeahead"> <div class="page-header"> - <h1>{{_i}}Typeahead{{/i}} <small>bootstrap-typeahead.js</small></h1> + <h1>Typeahead <small>bootstrap-typeahead.js</small></h1> </div> - <h2>{{_i}}Example{{/i}}</h2> - <p>{{_i}}A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.{{/i}}</p> + <h2>Example</h2> + <p>A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.</p> <div class="bs-docs-example" style="background-color: #f5f5f5;"> <input type="text" class="span3" style="margin: 0 auto;" data-provide="typeahead" data-items="4" data-source='["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Dakota","North Carolina","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"]'> </div>{{! /example }} @@ -1497,75 +1497,75 @@ $('.carousel').carousel({ <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}Add data attributes to register an element with typeahead functionality as shown in the example above.{{/i}}</p> + <h3>Via data attributes</h3> + <p>Add data attributes to register an element with typeahead functionality as shown in the example above.</p> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Call the typeahead manually with:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Call the typeahead manually with:</p> <pre class="prettyprint linenums">$('.typeahead').typeahead()</pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-source=""</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-source=""</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 50px;">{{_i}}type{{/i}}</th> - <th style="width: 100px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 50px;">type</th> + <th style="width: 100px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}source{{/i}}</td> - <td>{{_i}}array, function{{/i}}</td> + <td>source</td> + <td>array, function</td> <td>[ ]</td> - <td>{{_i}}The data source to query against. May be an array of strings or a function. The function is passed two arguments, the <code>query</code> value in the input field and the <code>process</code> callback. The function may be used synchronously by returning the data source directly or asynchronously via the <code>process</code> callback's single argument.{{/i}}</td> + <td>The data source to query against. May be an array of strings or a function. The function is passed two arguments, the <code>query</code> value in the input field and the <code>process</code> callback. The function may be used synchronously by returning the data source directly or asynchronously via the <code>process</code> callback's single argument.</td> </tr> <tr> - <td>{{_i}}items{{/i}}</td> - <td>{{_i}}number{{/i}}</td> + <td>items</td> + <td>number</td> <td>8</td> - <td>{{_i}}The max number of items to display in the dropdown.{{/i}}</td> + <td>The max number of items to display in the dropdown.</td> </tr> <tr> - <td>{{_i}}minLength{{/i}}</td> - <td>{{_i}}number{{/i}}</td> - <td>{{_i}}1{{/i}}</td> - <td>{{_i}}The minimum character length needed before triggering autocomplete suggestions{{/i}}</td> + <td>minLength</td> + <td>number</td> + <td>1</td> + <td>The minimum character length needed before triggering autocomplete suggestions</td> </tr> <tr> - <td>{{_i}}matcher{{/i}}</td> - <td>{{_i}}function{{/i}}</td> - <td>{{_i}}case insensitive{{/i}}</td> - <td>{{_i}}The method used to determine if a query matches an item. Accepts a single argument, the <code>item</code> against which to test the query. Access the current query with <code>this.query</code>. Return a boolean <code>true</code> if query is a match.{{/i}}</td> + <td>matcher</td> + <td>function</td> + <td>case insensitive</td> + <td>The method used to determine if a query matches an item. Accepts a single argument, the <code>item</code> against which to test the query. Access the current query with <code>this.query</code>. Return a boolean <code>true</code> if query is a match.</td> </tr> <tr> - <td>{{_i}}sorter{{/i}}</td> - <td>{{_i}}function{{/i}}</td> - <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> + <td>sorter</td> + <td>function</td> + <td>exact match,<br> case sensitive,<br> case insensitive</td> + <td>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>.</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> + <td>updater</td> + <td>function</td> + <td>returns selected item</td> + <td>The method used to return selected item. Accepts a single argument, the <code>item</code> and has the scope of the typeahead instance.</td> </tr> <tr> - <td>{{_i}}highlighter{{/i}}</td> - <td>{{_i}}function{{/i}}</td> - <td>{{_i}}highlights all default matches{{/i}}</td> - <td>{{_i}}Method used to highlight autocomplete results. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return html.{{/i}}</td> + <td>highlighter</td> + <td>function</td> + <td>highlights all default matches</td> + <td>Method used to highlight autocomplete results. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return html.</td> </tr> </tbody> </table> - <h3>{{_i}}Methods{{/i}}</h3> - <h4>.typeahead({{_i}}options{{/i}})</h4> - <p>{{_i}}Initializes an input with a typeahead.{{/i}}</p> + <h3>Methods</h3> + <h4>.typeahead(options)</h4> + <p>Initializes an input with a typeahead.</p> </section> @@ -1574,55 +1574,55 @@ $('.carousel').carousel({ ================================================== --> <section id="affix"> <div class="page-header"> - <h1>{{_i}}Affix{{/i}} <small>bootstrap-affix.js</small></h1> + <h1>Affix <small>bootstrap-affix.js</small></h1> </div> - <h2>{{_i}}Example{{/i}}</h2> - <p>{{_i}}The subnavigation on the left is a live demo of the affix plugin.{{/i}}</p> + <h2>Example</h2> + <p>The subnavigation on the left is a live demo of the affix plugin.</p> <hr class="bs-docs-separator"> - <h2>{{_i}}Usage{{/i}}</h2> + <h2>Usage</h2> - <h3>{{_i}}Via data attributes{{/i}}</h3> - <p>{{_i}}To easily add affix behavior to any element, just add <code>data-spy="affix"</code> to the element you want to spy on. Then use offsets to define when to toggle the pinning of an element on and off.{{/i}}</p> + <h3>Via data attributes</h3> + <p>To easily add affix behavior to any element, just add <code>data-spy="affix"</code> to the element you want to spy on. Then use offsets to define when to toggle the pinning of an element on and off.</p> <pre class="prettyprint linenums"><div data-spy="affix" data-offset-top="200">...</div></pre> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> - {{_i}}You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.{{/i}} + <strong>Heads up!</strong> + You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page. </div> - <h3>{{_i}}Via JavaScript{{/i}}</h3> - <p>{{_i}}Call the affix plugin via JavaScript:{{/i}}</p> + <h3>Via JavaScript</h3> + <p>Call the affix plugin via JavaScript:</p> <pre class="prettyprint linenums">$('#navbar').affix()</pre> - <h3>{{_i}}Methods{{/i}}</h3> + <h3>Methods</h3> <h4>.affix('refresh')</h4> - <p>{{_i}}When using affix in conjunction with adding or removing of elements from the DOM, you'll want to call the refresh method:{{/i}}</p> + <p>When using affix in conjunction with adding or removing of elements from the DOM, you'll want to call the refresh method:</p> <pre class="prettyprint linenums"> $('[data-spy="affix"]').each(function () { $(this).affix('refresh') }); </pre> - <h3>{{_i}}Options{{/i}}</h3> - <p>{{_i}}Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-offset-top="200"</code>.{{/i}}</p> + <h3>Options</h3> + <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-offset-top="200"</code>.</p> <table class="table table-bordered table-striped"> <thead> <tr> - <th style="width: 100px;">{{_i}}Name{{/i}}</th> - <th style="width: 100px;">{{_i}}type{{/i}}</th> - <th style="width: 50px;">{{_i}}default{{/i}}</th> - <th>{{_i}}description{{/i}}</th> + <th style="width: 100px;">Name</th> + <th style="width: 100px;">type</th> + <th style="width: 50px;">default</th> + <th>description</th> </tr> </thead> <tbody> <tr> - <td>{{_i}}offset{{/i}}</td> - <td>{{_i}}number | function | object{{/i}}</td> - <td>{{_i}}10{{/i}}</td> - <td>{{_i}}Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provide an object <code>offset: { x: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).{{/i}}</td> + <td>offset</td> + <td>number | function | object</td> + <td>10</td> + <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provide an object <code>offset: { x: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).</td> </tr> </tbody> </table> |
