|
@@ -314,7 +314,7 @@ $('#disable-switch').bootstrapSwitch('setActive', false); // true || false</pre
|
|
|
|
|
|
<div class="row-fluid">
|
|
|
<div class="span12">
|
|
|
- <h3>Form <small>- try to use tab and space</small></h3>
|
|
|
+ <h3>Form <small>- try to use tab, space and reset button</small></h3>
|
|
|
|
|
|
<div class="bs-docs-example">
|
|
|
<form class="form-horizontal span8 offset2">
|
|
@@ -343,6 +343,10 @@ $('#disable-switch').bootstrapSwitch('setActive', false); // true || false</pre
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="form-actions">
|
|
|
+ <button type="reset" class="btn btn-inverse">Reset</button>
|
|
|
+ </div>
|
|
|
</form>
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|
|
@@ -370,6 +374,9 @@ $('#disable-switch').bootstrapSwitch('setActive', false); // true || false</pre
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="form-actions">
|
|
|
+ <button type="reset" class="btn btn-inverse">Reset</button>
|
|
|
+ </div>
|
|
|
</form></pre>
|
|
|
</div>
|
|
|
</div>
|