Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Document pillbox dependency, add to 2.x migration notes, reorder/add sidebar links #1214

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added notes from cnx14 migration, added side nav targets
Alondite00 committed Apr 3, 2015

Verified

This commit was signed with the committer’s verified signature.
sstanculeanu Sorin Stanculeanu
commit 5009620d664ef91cca003fa95882a5150fdd90ad
10 changes: 10 additions & 0 deletions _includes/nav/migration.html
Original file line number Diff line number Diff line change
@@ -16,6 +16,16 @@
<li>
<a href="#removed">What's removed</a>
</li>

<li>
<a href="#get-started">Get started today with Fuel UX</a>
</li>
<li>
<a href="#notes">Additional notes</a>
</li>
<li>
<a href="#bootstrap-upgrade">Upgrading to Bootstrap 3</a>
</li>
<li>
<a href="#get-help">Get help with Fuel UX</a>
</li>
36 changes: 36 additions & 0 deletions migration.html
Original file line number Diff line number Diff line change
@@ -119,10 +119,21 @@ <h2 id="removed">What's removed</h2>
</tbody>
</table>
</div>



<h2 id="get-started">Get Started Today With Fuel UX</h2>
<p>Here's all the assets you will need to get started with Fuel UX:</p>
<ul>
<li><a href="https://github.com/ExactTarget/fuelux" target="new">Fuel UX on Github</a></li>
<li><a href="http://exacttarget.github.io/fuelux/" target="new">Fuel UX Documentation</a></li>
<li><a href="https://github.com/ExactTarget/fuelux-mctheme/" target="new">Marketing Cloud Theme</a></li>
</ul>

<h2 id="notes">Additional notes</h2>
<p>Other changes in v3.0 are not immediately apparent. Here's a partial list:</p>
<ul>
<li>Be sure to first convert your project to Bootstrap 3</li>
<li>Events have been namespaced to follow the <code>[eventname].fu.[controlname]</code> format, which is
different than the previous structure that contained only the <code>[eventname]</code>. This has been
done to avoid collision with events outside the Fuel UX library. Example event: <code>actionclicked.fu.wizard</code>
@@ -131,7 +142,32 @@ <h2 id="notes">Additional notes</h2>
<li>Images are no longer a part of Fuel UX. The loader control uses font-icons, but everything else
is all CSS.
</li>
<li>Fuel UX controls are based on jQuery and JavaScript controls, so try to use JavaScript when interacting with them.</li>
<li>Fuel UX 3 has all the benefits and <em>trappings</em> of Bootstrap 3</li>
</ul>

<h2 id="bootstrap-upgrade">Upgrading to Bootstrap 3</h2>
<p><b>Migrate your html: Guides and "best effort" convertors</b></p>
<ul>
<li><a href="http://getbootstrap.com/migration/" target="new">Official migration guide</a></li>
<li>
Bootply's Migration guide & convertor
<ul>
<li><a href="http://www.bootply.com/bootstrap-3-migration-guide" target="new">http://www.bootply.com/bootstrap-3-migration-guide</a></li>
<li><a href="http://upgrade-bootstrap.bootply.com/" target="new">http://upgrade-bootstrap.bootply.com/</a></li>
</ul>
</li>
<li><a href="http://twitterbootstrapmigrator.w3masters.nl/" target="new">http://twitterbootstrapmigrator.w3masters.nl/</a></li>
<li><a href="http://code.divshot.com/bootstrap3_upgrader/" target="new">http://code.divshot.com/bootstrap3_upgrader/</a></li>
</ul>
<p><b>Start from scratch</b></p>
<ul>
<li><a href="http://www.bootply.com/" target="new">Bootply</a></li>
</ul>

<h2 id="get-help">Get help with Fuel UX</h2>
<p>Create an issue on Github if you think it is a bug, or ask a 'fuelux' tagged question on <a href="http://stackoverflow.com/" target="new">StackOverflow</a>.</p>

</div>
</div>
</div>