-
Notifications
You must be signed in to change notification settings - Fork 0
Home
laze edited this page Aug 9, 2012
·
11 revisions
MilkywayUI is a MooTools based JavaScript framework, to create applications easy to web or Smart TV platforms. MilkywayUI supports HTML5.
- Create a project directory structure. MilkywayUI will recognize its location, but you have to decide wherever want you put it. Let's say your_project/js
- Download the MooTools framework.
- Download MilkywayUI or pull it from the repository.
- Create and index.html file. On header set up the MilkywayUI's path and your application's path.
<script id="MilkywayUI" type="text/javascript" src="js/milkyway/core.js"> </script> <script id="MilkywayApp" type="text/javascript" src="js/demo/demo.js"> </script>
Please note, Mootools must be included previously! The id's of these two tags is very important, please don't forget them.