Highlight plugin dependencies paragraph, fix link

This commit is contained in:
Stephen James
2014-08-22 14:50:00 -04:00
parent 1cf51b6df4
commit bc544e6490

View File

@@ -11,6 +11,12 @@ lead: "Over a dozen reusable controls built to provide data repeaters, datepicke
<div class="bs-docs-section">
<h1 id="overview" class="page-header">Overview</h1>
<div class="fu-callout fu-callout-danger">
<h4 id="plugin-dependencies">Plugin dependencies</h4>
<p>Some controls depend on other controls. If you include a control individually, make sure to check for dependencies in the documentation below. A console error should be thrown if dependencies are not met. All plugins depend on jQuery <i>and</i> Bootstrap and these must be loaded <strong>before</strong> any Fuel UX files).</p>
<p><a href="{{ site.repo }}/blob/{{ site.current_version }}/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery and Bootstrap are currently tested and supported.</p>
</div>
<h3 id="control-initialization">Control initialization</h3>
<h4>With markup: data-attributes</h4>
@@ -39,9 +45,6 @@ $('#myWizard').wizard('selectedItem', { step: 3 });)
<h3 id="individual-compiled">Individual or compiled</h3>
<p>Components can be included individually (using Fuel UX's individual <code>*.js</code> files), or all at once (using <code>fuelux.js</code> or the minified <code>fuelux.min.js</code>). Do not include both files on your page.</p>
<h3 id="plugin-dependencies">Plugin dependencies</h3>
<p>Some controls depend on other controls. If you include a control individually, make sure to check for dependencies in the documentation below. A console error should be thrown if dependencies are not met. All plugins depend on jQuery <i>and</i> Bootstrap (jQuery and Bootstrap must be loaded <strong>before</strong> any Fuel UX files). <a href="{{ site.repo }}/blob/v{{ site.current_version }}/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery and Bootstrap are currently tested and supported.</p>
<h3 id="accessibility">Accessibility</h3>
<p>ARIA support has been added when appropriate, and all inputs have labels even if they are "screen reader only." All controls are keyboard friendly and can be navigated by tabbing to display a keyboard-focus. We hope this not only aids in accessibility, but also increases the user's productivity. Controls have been "fat-finger" tested on touch devices. If you have accessibility issues with Fuel UX controls, please <a href="https://github.com/ExactTarget/fuelux/issues/new">create an issue on GitHub</a>.</p>