From e0fe00bea666828211a348f03f4101e15f531b4b Mon Sep 17 00:00:00 2001 From: Matthew Borden Date: Mon, 7 Jul 2014 22:35:28 +1000 Subject: [PATCH] Update & Add: Refactored Loading of UI & Stylesheets/Scripts --- Demo.html | 80 +----- build/Squire-UI.css | 2 + build/Squire-UI.html | 72 +++--- build/Squire-UI.js | 232 +++++++++++++++++- build/assets/jQuery/jQuery.js | 4 + build/assets/lazyload/lazyload.js | 390 ++++++++++++++++++++++++++++++ ui/Squire-UI.css | 2 + ui/Squire-UI.html | 72 +++--- ui/Squire-UI.js | 232 +++++++++++++++++- ui/assets/jQuery/jQuery.js | 4 + ui/assets/lazyload/lazyload.js | 390 ++++++++++++++++++++++++++++++ 11 files changed, 1300 insertions(+), 180 deletions(-) create mode 100644 build/assets/jQuery/jQuery.js create mode 100644 build/assets/lazyload/lazyload.js create mode 100644 ui/assets/jQuery/jQuery.js create mode 100644 ui/assets/lazyload/lazyload.js diff --git a/Demo.html b/Demo.html index 39ad530..a6fddaa 100644 --- a/Demo.html +++ b/Demo.html @@ -4,89 +4,13 @@ HTML Editor Test - - +

HTML Editor Test

-
-

This is a really simple demo, with the most trivial of UI integrations

-

- Bold - Unbold - Italic -        - Unitalic - Underline - Deunderline -        - Font size - Font face -

-

- Text colour - Text highlight - Link -

-

- Quote - Dequote -        - List - Unlist -        - Insert image - Set HTML -        - Undo - Redo -

-
- - - - - + diff --git a/build/Squire-UI.css b/build/Squire-UI.css index 4010a16..db8a986 100644 --- a/build/Squire-UI.css +++ b/build/Squire-UI.css @@ -57,3 +57,5 @@ top:0; right:0; } + + \ No newline at end of file diff --git a/build/Squire-UI.html b/build/Squire-UI.html index 42270c9..84495d4 100644 --- a/build/Squire-UI.html +++ b/build/Squire-UI.html @@ -1,47 +1,31 @@ - - - - - - - - - - - -