public
Fork of xilinus/prototypeui
Description: Prototype UI
Homepage: http://prototype-ui.com
Clone URL: git://github.com/starpeak/prototypeui.git
added black theme for calendar
starpeak (author)
Thu Jul 03 05:11:59 -0700 2008
commit  0748ac548cf808052f7612d69bc1b2694869a875
tree    4ac5e063d363c4fb3ce8534ea6d2626a810d252c
parent  af78fc3c1ec4909865b0f2180a8460757eea1d96
...
12
13
14
 
15
16
17
...
55
56
57
58
 
59
60
61
...
77
78
79
80
 
 
81
82
83
...
12
13
14
15
16
17
18
...
56
57
58
 
59
60
61
62
...
78
79
80
 
81
82
83
84
85
0
@@ -12,6 +12,7 @@
0
   <link href="../../../themes/calendar/calendar.css" rel="stylesheet" type="text/css" />
0
   <link href="../../../themes/calendar/osx.css" rel="stylesheet" type="text/css" />
0
   <link href="../../../themes/calendar/ical.css" rel="stylesheet" type="text/css" />
0
+ <link href="../../../themes/calendar/black.css" rel="stylesheet" type="text/css" />
0
 
0
   <style type="text/css" media="screen">
0
     body {
0
@@ -55,7 +56,7 @@
0
   
0
   <h1>Calendar with custom events</h1>
0
   <div id="calendar3"></div>
0
-
0
+ <div class="clear">&nbsp;</div>
0
   <script type="text/javascript">
0
     document.observe('dom:loaded', function(e){
0
       this.calendar1 = new UI.Calendar('calendar', {
0
@@ -77,7 +78,8 @@
0
       });
0
       
0
       this.calendar3 = new UI.Calendar('calendar3', {
0
- format: '%b %d, %Y'
0
+ format: '%b %d, %Y',
0
+ theme: 'black'
0
       });
0
       
0
       this.calendar3.observe('click', function(e) {

Comments

    No one has commented yet.