From 395fff97acddf45fe5c807875e982913ddb27e7f Mon Sep 17 00:00:00 2001 From: Chris Bill Date: Tue, 5 May 2015 17:01:38 -0400 Subject: [PATCH 1/4] Added fusions pages to be used with external iframe --- _layouts/fusion-home.html | 17 +++++++++++++++++ fusion/checkbox.html | 9 +++++++++ fusion/combobox.html | 10 ++++++++++ fusion/datepicker.html | 10 ++++++++++ fusion/infinite-scroll.html | 9 +++++++++ fusion/loader.html | 9 +++++++++ fusion/pillbox.html | 10 ++++++++++ fusion/placard.html | 10 ++++++++++ fusion/radio.html | 9 +++++++++ fusion/repeater.html | 9 +++++++++ fusion/scheduler.html | 10 ++++++++++ fusion/search.html | 9 +++++++++ fusion/selectlist.html | 9 +++++++++ fusion/spinbox.html | 9 +++++++++ fusion/tree.html | 9 +++++++++ fusion/wizard.html | 10 ++++++++++ 16 files changed, 158 insertions(+) create mode 100755 _layouts/fusion-home.html create mode 100644 fusion/checkbox.html create mode 100755 fusion/combobox.html create mode 100755 fusion/datepicker.html create mode 100755 fusion/infinite-scroll.html create mode 100755 fusion/loader.html create mode 100755 fusion/pillbox.html create mode 100755 fusion/placard.html create mode 100755 fusion/radio.html create mode 100755 fusion/repeater.html create mode 100755 fusion/scheduler.html create mode 100755 fusion/search.html create mode 100755 fusion/selectlist.html create mode 100755 fusion/spinbox.html create mode 100755 fusion/tree.html create mode 100755 fusion/wizard.html diff --git a/_layouts/fusion-home.html b/_layouts/fusion-home.html new file mode 100755 index 000000000..dff006c32 --- /dev/null +++ b/_layouts/fusion-home.html @@ -0,0 +1,17 @@ + + + + + {% include header.html %} + + + + + {{ content }} + + + + + diff --git a/fusion/checkbox.html b/fusion/checkbox.html new file mode 100644 index 000000000..5c1492cca --- /dev/null +++ b/fusion/checkbox.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: checkbox +title: Fuel UX +mctheme: true +--- + +{% include js/checkbox.html %} \ No newline at end of file diff --git a/fusion/combobox.html b/fusion/combobox.html new file mode 100755 index 000000000..85f07411a --- /dev/null +++ b/fusion/combobox.html @@ -0,0 +1,10 @@ +--- +base_url: "./" +layout: fusion-home +slug: combobox +title: Fuel UX +mctheme: true +--- + +{% include js/combobox.html %} +{% include js/combobox-example.html %} \ No newline at end of file diff --git a/fusion/datepicker.html b/fusion/datepicker.html new file mode 100755 index 000000000..53f12c1db --- /dev/null +++ b/fusion/datepicker.html @@ -0,0 +1,10 @@ +--- +base_url: "./" +layout: fusion-home +slug: datepicker +title: Fuel UX +mctheme: true +--- + +{% include js/datepicker.html %} +{% include js/datepicker-example.html %} \ No newline at end of file diff --git a/fusion/infinite-scroll.html b/fusion/infinite-scroll.html new file mode 100755 index 000000000..a43218206 --- /dev/null +++ b/fusion/infinite-scroll.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: infinite-scroll +title: Fuel UX +mctheme: true +--- + +{% include js/infinite-scroll.html %} \ No newline at end of file diff --git a/fusion/loader.html b/fusion/loader.html new file mode 100755 index 000000000..e48c373dd --- /dev/null +++ b/fusion/loader.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: loader +title: Fuel UX +mctheme: true +--- + +{% include js/loader.html %} \ No newline at end of file diff --git a/fusion/pillbox.html b/fusion/pillbox.html new file mode 100755 index 000000000..7dd73ebac --- /dev/null +++ b/fusion/pillbox.html @@ -0,0 +1,10 @@ +--- +base_url: "./" +layout: fusion-home +slug: pillbox +title: Fuel UX +mctheme: true +--- + +{% include js/pillbox.html %} +{% include js/pillbox-example.html %} \ No newline at end of file diff --git a/fusion/placard.html b/fusion/placard.html new file mode 100755 index 000000000..0756e6cdc --- /dev/null +++ b/fusion/placard.html @@ -0,0 +1,10 @@ +--- +base_url: "./" +layout: fusion-home +slug: placard +title: Fuel UX +mctheme: true +--- + +{% include js/placard.html %} +{% include js/placard-example.html %} \ No newline at end of file diff --git a/fusion/radio.html b/fusion/radio.html new file mode 100755 index 000000000..c61804ae8 --- /dev/null +++ b/fusion/radio.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: radio +title: Fuel UX +mctheme: true +--- + +{% include js/radio.html %} \ No newline at end of file diff --git a/fusion/repeater.html b/fusion/repeater.html new file mode 100755 index 000000000..e45ffb7c8 --- /dev/null +++ b/fusion/repeater.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: repeater +title: Fuel UX +mctheme: true +--- + +{% include js/repeater.html %} \ No newline at end of file diff --git a/fusion/scheduler.html b/fusion/scheduler.html new file mode 100755 index 000000000..83503510b --- /dev/null +++ b/fusion/scheduler.html @@ -0,0 +1,10 @@ +--- +base_url: "./" +layout: fusion-home +slug: scheduler +title: Fuel UX +mctheme: true +--- + +{% include js/scheduler.html %} +{% include js/scheduler-example.html %} \ No newline at end of file diff --git a/fusion/search.html b/fusion/search.html new file mode 100755 index 000000000..129f7c6a4 --- /dev/null +++ b/fusion/search.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: search +title: Fuel UX +mctheme: true +--- + +{% include js/search.html %} \ No newline at end of file diff --git a/fusion/selectlist.html b/fusion/selectlist.html new file mode 100755 index 000000000..77cf91292 --- /dev/null +++ b/fusion/selectlist.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: selectlist +title: Fuel UX +mctheme: true +--- + +{% include js/selectlist.html %} \ No newline at end of file diff --git a/fusion/spinbox.html b/fusion/spinbox.html new file mode 100755 index 000000000..f037b32e3 --- /dev/null +++ b/fusion/spinbox.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: spinbox +title: Fuel UX +mctheme: true +--- + +{% include js/spinbox.html %} \ No newline at end of file diff --git a/fusion/tree.html b/fusion/tree.html new file mode 100755 index 000000000..4fec5d5be --- /dev/null +++ b/fusion/tree.html @@ -0,0 +1,9 @@ +--- +base_url: "./" +layout: fusion-home +slug: tree +title: Fuel UX +mctheme: true +--- + +{% include js/tree.html %} \ No newline at end of file diff --git a/fusion/wizard.html b/fusion/wizard.html new file mode 100755 index 000000000..47ba18acc --- /dev/null +++ b/fusion/wizard.html @@ -0,0 +1,10 @@ +--- +base_url: "./" +layout: fusion-home +slug: wizard +title: Fuel UX +mctheme: true +--- + +{% include js/wizard.html %} +{% include js/wizard-example.html %} \ No newline at end of file From 38b00d045f5a8d607c3fe853efd050cd4bb654f9 Mon Sep 17 00:00:00 2001 From: Chris Bill Date: Wed, 6 May 2015 13:39:14 -0400 Subject: [PATCH 2/4] Added extensions to fusion folder, created new fusion css file, included css file in fusion-home --- README.md | 2 +- _layouts/fusion-home.html | 10 +++++++--- assets/css/fusion.css | 3 +++ fusion/combobox.html | 3 +-- fusion/datepicker.html | 3 +-- fusion/extensions/community.html | 9 +++++++++ fusion/extensions/dropdown-autoflip.html | 9 +++++++++ fusion/extensions/repeater-list.html | 9 +++++++++ fusion/extensions/repeater-thumbnail.html | 9 +++++++++ fusion/extensions/writing.html | 9 +++++++++ fusion/pillbox.html | 3 +-- fusion/placard.html | 3 +-- fusion/scheduler.html | 3 +-- fusion/wizard.html | 3 +-- 14 files changed, 62 insertions(+), 16 deletions(-) create mode 100644 assets/css/fusion.css create mode 100644 fusion/extensions/community.html create mode 100644 fusion/extensions/dropdown-autoflip.html create mode 100644 fusion/extensions/repeater-list.html create mode 100644 fusion/extensions/repeater-thumbnail.html create mode 100644 fusion/extensions/writing.html diff --git a/README.md b/README.md index c7c06f886..b9d2c00b4 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ Fuel UX - Live Documentation ### Notes * Any h tag with an id will automagically be given a little link thing to its left that people can use to link back to the documentation. The more h tags have ids, the more reference-able our documentation will be. - +* The fusion folder breaks each section down into its own page. Doing this exposes individual control documentation to other web sites. diff --git a/_layouts/fusion-home.html b/_layouts/fusion-home.html index dff006c32..96c194afa 100755 --- a/_layouts/fusion-home.html +++ b/_layouts/fusion-home.html @@ -3,12 +3,16 @@ {% include header.html %} + + + - - {{ content }} - +
+ + {{ content }} +