Added download button for bootstrap-inputmask.js in docs

Added 'Requires Jasny Extended CSS' in docs for file upload and row link
This commit is contained in:
Arnold Daniels
2012-07-21 14:12:39 +02:00
parent 907be61774
commit 7b16c24493

View File

@@ -1373,6 +1373,7 @@ $('.carousel').carousel({
<h3>{{_i}}About{{/i}}</h3>
<p>{{_i}}This plugin turns a table row into a clickable link.{{/i}}</p>
<a href="assets/js/bootstrap-rowlink.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a>
<p class="muted"><strong>*</strong> {{_i}}Requires the <a href="./">Jasny extended CSS</a> to be included.{{/i}}</p>
</div>
<div class="span9 columns">
<h2>{{_i}}Example{{/i}}</h2>
@@ -1515,13 +1516,14 @@ $('.carousel').carousel({
================================================== -->
<section id="inputmask">
<div class="page-header">
<h1>{{_i}}Inputmask{{/i}} <small>bootstrap-inputmask.js</small></h1>
<h1>{{_i}}Input mask{{/i}} <small>bootstrap-inputmask.js</small></h1>
</div>
<div class="row">
<div class="span3 columns">
<h3>{{_i}}About{{/i}}</h3>
<p>{{_i}}Input masks can be used to force the user to enter data conform a specific format.{{/i}}</p>
<p>{{_i}}Unlike validation, the user can't enter any other key than the ones specified by the mask.{{/i}}</p>
<a href="assets/js/bootstrap-inputmask.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a>
</div>
<div class="span9 columns">
<h2>{{_i}}Example{{/i}}</h2>
@@ -1595,6 +1597,7 @@ $('.carousel').carousel({
<h3>{{_i}}About{{/i}}</h3>
<p>{{_i}}The file upload plugin allows you to create a visually appealing file or image upload widgets.{{/i}}</p>
<a href="assets/js/bootstrap-fileupload.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a>
<p class="muted"><strong>*</strong> {{_i}}Requires the <a href="./">Jasny extended CSS</a> to be included.{{/i}}</p>
</div>
<div class="span9 columns">