updates for loader
This commit is contained in:
parent
13501e2da8
commit
7430ef1023
10 changed files with 429 additions and 192 deletions
|
|
@ -3,7 +3,6 @@
|
|||
<head>
|
||||
<title>ox.js calendar demo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../build/css/ox.ui.css"/>
|
||||
<script type="text/javascript" src="../../build/js/OxUI.js"></script>
|
||||
<script type="text/javascript" src="js/calendar.js"></script>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,17 @@
|
|||
console.log('calling Ox.UI()')
|
||||
//console.log('Ox =', Ox)
|
||||
//console.log('Ox.UI =', Ox.UI)
|
||||
|
||||
Ox.UI(function() {
|
||||
|
||||
console.log('running Ox.UI()')
|
||||
//console.log('Ox =', Ox)
|
||||
|
||||
Ox.UI.ready(function() {
|
||||
|
||||
Ox.theme('modern');
|
||||
|
||||
Ox.print('$$$$', Ox.Calendar)
|
||||
//Ox.print('$$$$', Ox.Calendar)
|
||||
|
||||
new Ox.Calendar({
|
||||
date: new Date(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue