|
|
@@ -19,9 +19,11 @@
|
|
|
<link rel="apple-touch-icon-precomposed" href="assets/images/icon.png">
|
|
|
<link rel="apple-touch-startup-image" href="assets/images/default.png">
|
|
|
<!-- Main Stylesheet -->
|
|
|
-
|
|
|
<link rel="stylesheet" href="../../src/stylesheets/css/Lungo.base.css">
|
|
|
<link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.nav.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.aside.css">
|
|
|
+ <link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.article.css">
|
|
|
<link rel="stylesheet" href="../../src/stylesheets/css/Lungo.layout.list.css">
|
|
|
<link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.css">
|
|
|
<link rel="stylesheet" href="../../src/stylesheets/css/Lungo.widgets.splash.css">
|
|
|
@@ -36,6 +38,7 @@
|
|
|
</head>
|
|
|
|
|
|
<body class="app">
|
|
|
+ <!--
|
|
|
<section id="login">
|
|
|
<article class="splash">
|
|
|
<div class="indented">
|
|
|
@@ -55,37 +58,22 @@
|
|
|
</div>
|
|
|
</article>
|
|
|
</section>
|
|
|
+ -->
|
|
|
|
|
|
<!-- ============================= kitchen-sink ============================= -->
|
|
|
|
|
|
<section id="kitchen-sink">
|
|
|
<header data-title="LungoJS Kitchen Sink">
|
|
|
- <a href="#" class="button" data-target="aside" data-icon="items"></a>
|
|
|
+ <a href="#kitchen-sink-scroll" class="button onleft" data-target="aside" data-icon="items"></a>
|
|
|
<nav class="onright">
|
|
|
<a href="#" class="active" data-article="authors" data-label="help" data-icon="question"></a>
|
|
|
</nav>
|
|
|
</header>
|
|
|
|
|
|
- <aside id="kitchen-sink-scroll" class="scrollable">
|
|
|
- <div>
|
|
|
- <a href="#welcome" data-target="article" class="current" data-icon="wifi">Welcome</a>
|
|
|
- <a href="#authors" data-target="article" data-icon="group">Author & Contributors</a>
|
|
|
- <a href="#navigation" data-target="section" data-icon="map">Navigation</a>
|
|
|
- <a href="#buttons" data-target="article" data-icon="plus" data-count="14">Buttons & Colours</a>
|
|
|
- <a href="#icons" data-target="article" data-icon="picture" data-count="94">Icons</a>
|
|
|
- <a href="#data-attributes" data-target="article" data-icon="tag" data-count="6">Data Attributes</a>
|
|
|
- <a href="#forms" data-target="article" data-icon="edit" data-count="7">Form Elements</a>
|
|
|
- <a href="#lists" data-target="section" data-icon="items" data-count="5">Lists</a>
|
|
|
- <a href="#events" data-target="article" data-icon="user">Events</a>
|
|
|
- <a href="#scrolls" data-target="article" data-icon="down">Scrolls</a>
|
|
|
- <a href="#urls" data-target="article" data-icon="down">URL Scheme Reference</a>
|
|
|
- </div>
|
|
|
- </aside>
|
|
|
-
|
|
|
<!-- ============================= welcome ============================= -->
|
|
|
|
|
|
- <article id="welcome" class="list scrollable">
|
|
|
- <div class="indented">
|
|
|
+ <article id="welcome" class="list scrollable indented">
|
|
|
+ <div>
|
|
|
<h1 class="title" data-icon="home">Welcome to LungoJS KitchenSink</h1>
|
|
|
<p class="text">
|
|
|
The first <strong>Mobile Framework</strong> that uses the actual features of #HTML5, #CSS3 and #JavaScript.</p>
|
|
|
@@ -95,9 +83,8 @@
|
|
|
</article>
|
|
|
|
|
|
<!-- ============================= authors ============================= -->
|
|
|
-
|
|
|
- <article id="authors" class="list scrollable">
|
|
|
- <div class="indented">
|
|
|
+ <article id="authors" class="list scrollable indented">
|
|
|
+ <div>
|
|
|
<ul>
|
|
|
<li class="anchor" data-icon="pencil">Author</li>
|
|
|
<li data-image="assets/images/avatars/soyjavi.jpg">
|
|
|
@@ -137,9 +124,8 @@
|
|
|
</article>
|
|
|
|
|
|
<!-- ============================= buttons ============================= -->
|
|
|
-
|
|
|
- <article id="buttons" class="scrollable">
|
|
|
- <div class="indented">
|
|
|
+ <article id="buttons" class="scrollable indented">
|
|
|
+ <div>
|
|
|
<a href="#" class="button big">default</a>
|
|
|
<a href="#" class="button big disabled">disabled</a>
|
|
|
<a href="#" class="button big red">red</a>
|
|
|
@@ -161,7 +147,6 @@
|
|
|
</article>
|
|
|
|
|
|
<!-- ============================= icons ============================= -->
|
|
|
-
|
|
|
<article id="icons" class="list scrollable">
|
|
|
<div class="indented">
|
|
|
<h1 class="title"><class> icon: everything is a vector!</h1>
|
|
|
@@ -220,10 +205,7 @@
|
|
|
</div>
|
|
|
</article>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<!-- ============================= data - attributes ============================= -->
|
|
|
-
|
|
|
<article id="data-attributes" class="list scrollable">
|
|
|
<div class="indented">
|
|
|
<h1 class="title">The data-attributes</h1>
|
|
|
@@ -263,81 +245,6 @@
|
|
|
</article>
|
|
|
|
|
|
<!-- ============================= events ============================= -->
|
|
|
-
|
|
|
- <article id="forms" class="list scrollable">
|
|
|
- <div class="container indented">
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="edit">Example of inputs</li>
|
|
|
- <li>
|
|
|
- <label>type="text"</label>
|
|
|
- <input type="text" placeholder="Input text"/>
|
|
|
- <label>type="password"</label>
|
|
|
- <input type="password" placeholder="Input password"/>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="edit">Example of search</li>
|
|
|
- <li data-search="Type a search..."></li>
|
|
|
- <li class="tip darker" data-icon="question mini">It's a special form element you must set the attribute data-search="Placeholder text"</li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="edit">Example of textarea</li>
|
|
|
- <li><textarea placeholder="Textarea sample"></textarea></li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="edit">Example of select</li>
|
|
|
- <li>
|
|
|
- <label class="select">
|
|
|
- <select class="custom">
|
|
|
- <option value="1">One</option>
|
|
|
- <option value="2">Two</option>
|
|
|
- <option value="3">Three</option>
|
|
|
- </select>
|
|
|
- </label>
|
|
|
- </li>
|
|
|
- <li class="tip dark" data-icon="question mini">It's a special form element you must set the label with class "select"</li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="edit">Example of checkbox</li>
|
|
|
- <li>
|
|
|
- <label>Do you like LungoJS forms?</label>
|
|
|
- <label class="checkbox onright"><input type="checkbox" id="checkbox-0" checked/></label>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="edit">Example of radio</li>
|
|
|
- <li>
|
|
|
- <label class="radio"><input type="radio" name="group-0" id="radio-0" checked="checked"/></label>
|
|
|
- <label class="radio"><input type="radio" name="group-0" id="radio-1"/></label>
|
|
|
- <label class="radio"><input type="radio" name="group-0" id="radio-2"/></label>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor">Examples of tips</li>
|
|
|
- <li class="tip" data-icon="home mini">Lorem Ipsum is simply dummy text...</li>
|
|
|
- <li class="tip dark" data-icon="home mini">Lorem Ipsum is simply dummy text...</li>
|
|
|
- <li class="tip darker" data-icon="home mini">Lorem Ipsum is simply dummy text...</li>
|
|
|
-
|
|
|
- <li class="tip" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li>
|
|
|
- <li class="tip dark" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li>
|
|
|
- <li class="tip darker" data-icon="home">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</li>
|
|
|
- </ul>
|
|
|
-
|
|
|
- <ul class="form">
|
|
|
- <li class="anchor" data-icon="home">Example of anchor</li>
|
|
|
- <li><label>Example of label</label></li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </article>
|
|
|
-
|
|
|
- <!-- ============================= events ============================= -->
|
|
|
-
|
|
|
<article id="events" class="list scrollable">
|
|
|
<div class="indented">
|
|
|
<ul>
|
|
|
@@ -370,14 +277,12 @@
|
|
|
</article>
|
|
|
|
|
|
<!-- ============================= scrolls ============================= -->
|
|
|
-
|
|
|
<article id="scrolls">
|
|
|
<div id="scroll_vertical" class="container-scroll vertical scrollable"></div>
|
|
|
<div id="scroll_horizontal" class="container-scroll horizontal scrollable"></div>
|
|
|
</article>
|
|
|
|
|
|
<!-- ============================= authors ============================= -->
|
|
|
-
|
|
|
<article id="urls" class="list scrollable">
|
|
|
<div class="indented">
|
|
|
<ul>
|
|
|
@@ -412,124 +317,11 @@
|
|
|
|
|
|
</section>
|
|
|
|
|
|
- <!-- ============================= navigation ============================= -->
|
|
|
-
|
|
|
- <section id="navigation">
|
|
|
- <header data-back="home" data-title="Navigation">
|
|
|
- <nav class="onright">
|
|
|
- <a href="#" class="current" class="current" data-count="23" data-icon="star"><abbr>asas</abbr></a>
|
|
|
- <a href="#navigation-secondary" class="current" data-target="section" data-icon="right"><abbr>Edit</abbr></a>
|
|
|
- </nav>
|
|
|
- </header>
|
|
|
-
|
|
|
- <footer class="toolbar with-labels">
|
|
|
- <nav>
|
|
|
- <a href="#nav-1" data-target="article" class="current" data-icon="user" data-label="User"></a>
|
|
|
- <a href="#nav-2" data-target="article" data-icon="calendar" data-count="17" data-label="Calendar"></a>
|
|
|
- <a href="#nav-3" data-target="article" data-icon="mail" data-label="Emails" data-count="124"></a>
|
|
|
- <a href="#nav-4" data-target="article" data-icon="phone" data-label="Calls" data-count="12"></a>
|
|
|
- </nav>
|
|
|
- </footer>
|
|
|
-
|
|
|
- <article id="nav-1" data-title="Article 1"></article>
|
|
|
- <article id="nav-2" data-title="Article 2"></article>
|
|
|
- <article id="nav-3" data-title="Article 3"></article>
|
|
|
- <article id="nav-4" data-title="Article 4"></article>
|
|
|
- </section>
|
|
|
-
|
|
|
-
|
|
|
- <!-- ============================= navigation-extra ============================= -->
|
|
|
-
|
|
|
- <section id="navigation-secondary">
|
|
|
- <header data-back="left" data-title="Navigation"></header>
|
|
|
-
|
|
|
- <footer>
|
|
|
- <nav class="onright">
|
|
|
- <a href="#nav-extra-1" data-target="article" class="current" data-icon="user"></a>
|
|
|
- <a href="#nav-extra-2" data-target="article" data-icon="calendar" data-count="17"></a>
|
|
|
- <a href="#nav-extra-3" data-target="article" data-icon="mail"></a>
|
|
|
- </nav>
|
|
|
- </footer>
|
|
|
-
|
|
|
- <article id="nav-extra-1" data-title="Article 1"></article>
|
|
|
- <article id="nav-extra-2" data-title="Article 2"></article>
|
|
|
- <article id="nav-extra-3" data-title="Article 3"></article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <!-- ============================= buttons extra ============================= -->
|
|
|
-
|
|
|
- <section id="buttons-extra">
|
|
|
- <header data-back="home" data-title="Example of buttons">
|
|
|
- <a href="#" class="button red onright" data-icon="add">With icon</a>
|
|
|
- <a href="#" class="button arcticblue onright">Text</a>
|
|
|
- </header>
|
|
|
-
|
|
|
- <footer>
|
|
|
- <a href="#" class="button blue onleft">Text</a>
|
|
|
- <a href="#" class="button yellow onleft" data-icon="left"></a>
|
|
|
- <a href="#" class="button orange onright" data-icon="right">onright</a>
|
|
|
- </footer>
|
|
|
-
|
|
|
- <article></article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <!-- ============================= header footer ============================= -->
|
|
|
-
|
|
|
- <!-- ============================= lists ============================= -->
|
|
|
-
|
|
|
- <section id="lists">
|
|
|
- <header data-back="home" data-title="Lists" class="extended">
|
|
|
- <nav class="groupbar">
|
|
|
- <a href="#list-plain" data-target="article" class="current">Normal</a>
|
|
|
- <a href="#list-ordered" data-target="article">Ordered</a>
|
|
|
- <a href="#list-indented" data-target="article">Indented</a>
|
|
|
- <a href="#list-rounded" data-target="article">Rounded</a>
|
|
|
- </nav>
|
|
|
- </header>
|
|
|
-
|
|
|
- <article id="list-plain" class="list"></article>
|
|
|
- <article id="list-ordered" class="list"></article>
|
|
|
- <article id="list-indented" class="list scrollable">
|
|
|
- <div class="indented"><ul id="list-indented-container"></ul></div>
|
|
|
- </article>
|
|
|
- <article id="list-rounded" class="list rounded scrollable">
|
|
|
- <div class="indented"><ul id="list-rounded-container"></ul></div>
|
|
|
- </article>
|
|
|
- </section>
|
|
|
-
|
|
|
- <!-- ============================= forms ============================= -->
|
|
|
-
|
|
|
- <!--
|
|
|
- <section id="settings">
|
|
|
- <header data-back="home" data-title="Settings">
|
|
|
- <nav class="onright">
|
|
|
- <a href="#settings_main" data-target="article" class="current" data-title="Settings" data-icon="user"></a>
|
|
|
- <a href="#settings_second" data-target="article" data-title="Chat" data-icon="chat"></a>
|
|
|
- <a href="#settings_third" data-target="article" data-title="Share Methods" data-icon="earth"></a>
|
|
|
- </nav>
|
|
|
- </header>
|
|
|
-
|
|
|
- <article id="settings_main">s</article>
|
|
|
- <article id="settings_second">s</article>
|
|
|
- <article id="settings_third">s</article>
|
|
|
-
|
|
|
- <footer class="toolbar">
|
|
|
- <nav>
|
|
|
- <a href="#" class="current" data-icon="substract"></a>
|
|
|
- <a href="#" class="current" data-icon="add"></a>
|
|
|
- </nav>
|
|
|
- </footer>
|
|
|
- </section>
|
|
|
- -->
|
|
|
-
|
|
|
-
|
|
|
<!-- Third parties dependencies -->
|
|
|
<script src="../../src/lib/QuoJS.js"></script>
|
|
|
<script src="../../src/lib/iscroll-lite.js"></script>
|
|
|
-
|
|
|
<!-- LungoJS Libraries (Development mode)-->
|
|
|
<script src="../../src/Lungo.js"></script>
|
|
|
-
|
|
|
<script src="../../src/Lungo.App.js" ></script>
|
|
|
<script src="../../src/Lungo.Core.js"></script>
|
|
|
<script src="../../src/Lungo.Dom.js"></script>
|
|
|
@@ -548,6 +340,7 @@
|
|
|
<script src="../../src/data/Lungo.Data.Sql.js"></script>
|
|
|
<script src="../../src/data/Lungo.Data.Storage.js"></script>
|
|
|
<script src="../../src/attributes/Lungo.Attributes.Data.js"></script>
|
|
|
+ <script src="../../src/Lungo.Fallback.js"></script>
|
|
|
<script src="../../src/boot/Lungo.Boot.js"></script>
|
|
|
<script src="../../src/boot/Lungo.Boot.Async.js" ></script>
|
|
|
<script src="../../src/boot/Lungo.Boot.Stats.js" ></script>
|