Hi ,
i am implementing a javascript calendar in a web2 application.
i am using dynarch calendar ( http://www.dynarch.com/projects/calendar/ )
the calendar works fine. there is one init function in my base HTML document that initializes the calendar.
<script type="text/javascript">...
hi,
does anyone see a syntax error in the following code:
if (event.shiftKey) {
var sel = this.getSelected();
if (sel.length>0) {
var first = sel[0], last = sel[sel.length-1];
var mark = false;
this.entries.each( function(d, i) {
if (d==first)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.