Commit 4674945f authored by Mark Otto's avatar Mark Otto

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

parent b444582c
...@@ -1558,7 +1558,7 @@ For example, <code><section></code> should be wrapped as inlin ...@@ -1558,7 +1558,7 @@ For example, <code><section></code> should be wrapped as inlin
</pre> </pre>
<p> <p>
<span class="label label-info">Heads up!</span> <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> </p>
<h3>Button element</h3> <h3>Button element</h3>
......
...@@ -1495,7 +1495,7 @@ ...@@ -1495,7 +1495,7 @@
</pre> </pre>
<p> <p>
<span class="label label-info">{{_i}}Heads up!{{/i}}</span> <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> </p>
<h3>Button element</h3> <h3>Button element</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment