]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4556: add mention of disable state and required js to buttons docs
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 22:27:43 +0000 (15:27 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 22:27:58 +0000 (15:27 -0700)
docs/base-css.html
docs/templates/pages/base-css.mustache

index a62f4448cbd3d200de63a32ef541ad997dacc2e6..8b19d1a4d87c8c10b9ce71a04fce6af63d14f6d3 100644 (file)
@@ -1558,7 +1558,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; 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>
index 743a9b54287bca3a69eaa1e4fd2f8e4fae447fec..23f63228f5068d011c632891838e3ad51f622e29 100644 (file)
 </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>