forked from enyojs/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (60 loc) · 4.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html>
<head>
<title>Enyo Community Gallery</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="http://enyojs.com/enyo-2.0b3/enyo.js"></script>
<link href="http://enyojs.com/enyo-2.0b3/enyo.css" rel="stylesheet"></link>
<script src="package.js"></script>
</head>
<body>
<script>
new App().renderInto(document.body);
</script>
<noscript>
<p>The Enyo Community Gallery is a collection of libraries,
controls, and doodads written by the larger <a
href="http://enyojs.com/">Enyo JavaScript</a> programming community.
<p>For contribution information, see the
<a href="https://github.com/enyojs/gallery">Enyo Gallery github page</a>.
<p>The galley includes:</p>
<ul>
<li><a href="http://enyojs.com/gallery/#rwatkins.MenuPane">Menupage Control</a>
<li><a href="http://enyojs.com/gallery/#omastudios.Storage">LocalStorage Wrapper</a>
<li><a href="http://enyojs.com/gallery/#MaKleSoft.AnimatedToggleButton">Animated Togglebuttons</a>
<li><a href="http://enyojs.com/gallery/#villo.Book">Books for Enyo 2</a>
<li><a href="http://enyojs.com/gallery/#germboy.Textarea">Enyo Textarea control</a>
<li><a href="http://enyojs.com/gallery/#germboy.Progress">Enyp Progress controls</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.TextArea">Onyx themed Textarea</a>
<li><a href="http://enyojs.com/gallery/#morethanreal.GoogleMap">Enyo Google Maps control</a>
<li><a href="http://enyojs.com/gallery/#isandunk.onyx-graphical-assets">Onyx Graphical Assets</a>
<li><a href="http://enyojs.com/gallery/#MaKleSoft.SelectDecorator">SelectDecorator kind</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.LevelProgress">LevelProgress & RatingLevel control</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.UpDown">Up and down control</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.NavigationBar">Navigation/Path Bar</a>
<li><a href="http://enyojs.com/gallery/#JayCanuck.XmlpRequest">XmlpRequest</a>
<li><a href="http://enyojs.com/gallery/#JayCanuck.YqlpRequest">YqlpRequest</a>
<li><a href="http://enyojs.com/gallery/#JayCanuck.webOSExt">webOSExt</a>
<li><a href="http://enyojs.com/gallery/#JayCanuck.JavaApplet">JavaApplet</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.Localize">Localization module</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.GradientSlider">Gradient Slider</a>
<li><a href="http://enyojs.com/gallery/#germboy.Accordion">Accordion Control</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.DynamicList">Dynamic loaded list</a>
<li><a href="http://enyojs.com/gallery/#MachiApps.DatePicker">Date Picker</a>
<li><a href="http://enyojs.com/gallery/#MachiApps.CalendarSelector">Calendar Date Picker</a>
<li><a href="http://enyojs.com/gallery/#onecrayon.Database">SQLite Database class</a>
<li><a href="http://enyojs.com/gallery/#germboy.DateScroller">Date Scroller Calendar Control</a>
<li><a href="http://enyojs.com/gallery/#rwatkins.SnapScroller">SnapScroller Control</a>
<li><a href="http://enyojs.com/gallery/#gts.DatePicker">Calendar Date Picker</a>
<li><a href="http://enyojs.com/gallery/#com.Pre101.Masonry">Masonry Layout Control</a>
<li><a href="http://enyojs.com/gallery/#MachiApps.Checkboxes">Colored Checkboxes</a>
<li><a href="http://enyojs.com/gallery/#newness.Calliope">Calliope Visual Editor</a>
<li><a href="http://enyojs.com/gallery/#MacFJA.Notification">Notification</a>
<li><a href="http://enyojs.com/gallery/#newness.InfiniteSlidingPane">Infinite SlidingPane</a>
<li><a href="http://enyojs.com/gallery/#sfeast.SelectableRepeaters">Selectable Repeaters</a>
<!-- <li><a href="http://enyojs.com/gallery/#"></a> -->
</ul>
</noscript>
</body>
</html>