0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fixes #4556: add mention of disable state and required js to buttons docs

This commit is contained in:
Mark Otto 2012-08-27 15:27:43 -07:00
parent b444582ccd
commit 4674945fa8
2 changed files with 2 additions and 2 deletions

View File

@ -1558,7 +1558,7 @@ For example, <code><section></code> should be wrapped as inlin
</pre>
<p>
<span class="label label-info">Heads up!</span>
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required.
We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.
</p>
<h3>Button element</h3>

View File

@ -1495,7 +1495,7 @@
</pre>
<p>
<span class="label label-info">{{_i}}Heads up!{{/i}}</span>
{{_i}}We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required.{{/i}}
{{_i}}We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.{{/i}}
</p>
<h3>Button element</h3>