aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 2edd852ba..f99b756fe 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1006,6 +1006,18 @@
</div>
</div><!-- /clearfix -->
<div class="clearfix">
+ <label for="multiSelect">Multiple select</label>
+ <div class="input">
+ <select class="medium" multiple="multiple" name="multiSelect" id="multiSelect">
+ <option>1</option>
+ <option>2</option>
+ <option>3</option>
+ <option>4</option>
+ <option>5</option>
+ </select>
+ </div>
+ </div><!-- /clearfix -->
+ <div class="clearfix">
<label>Uneditable input</label>
<div class="input">
<span class="uneditable-input">Some value here</span>
@@ -1911,7 +1923,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<p class="pull-right"><a href="#">Back to top</a></p>
<p>
Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.<br />
- Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
+ Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
</p>
</div>
</footer>