-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexamples.html
11 lines (10 loc) · 1.05 KB
/
examples.html
1
2
3
4
5
6
7
8
9
10
11
<div class="content">
<h1>Demo Examples</h1>
<p>The following pages show examples of the various parts of the framework.</p>
<div class="listGroup">
<a class="listItem arrow" href="javascript:loadContent('./examples/list1.html', updateMainMenu,'slideOut', './examples.html' );">Standard Lists <span class="ipad minor floatRight">Just straight-up HTML</span></a>
<a class="listItem arrow" href="javascript:loadContent('./examples/textentry.html', updateMainMenu,'slideOut' , './examples.html');">Text Entry <span class="ipad minor floatRight">Get out you' virtual keyboard, yo!</span></a>
<a class="listItem arrow" href="javascript:loadContent('./examples/bible.html', updateMainMenu, 'slideOut', './examples.html');">The Bible<span class="ipad minor floatRight">Example of full-container content</span></a>
<a class="listItem arrow" href="javascript:loadContent('./examples/large-js.html', updateMainMenu, 'slideOut', './examples.html');">Large Javascript<span class="ipad minor floatRight">5+mb</span></a>
</div>
</div>