KronolithCore = {
// Vars used and defaulting to null/false:
// DMenu, Growler, inAjaxCallback, is_logout, onDoActionComplete,
- // eventForm, daySizes, viewLoading
+ // daySizes, viewLoading
view: '',
ecache: $H(),
this.setTitle(task.n);
RedBox.showHtml($('kronolithTaskDialog').show());
- this.eventForm = RedBox.getWindowContents();
},
/**
$('kronolithEventEndDate').setValue(d.toString(Kronolith.conf.date_format));
$('kronolithEventEndTime').setValue(d.toString(Kronolith.conf.time_format));
RedBox.showHtml($('kronolithEventDialog').show());
- this.eventForm = RedBox.getWindowContents();
}
},
this.setTitle(ev.t);
RedBox.showHtml($('kronolithEventDialog').show());
- this.eventForm = RedBox.getWindowContents();
},
/**
_closeRedBox: function()
{
RedBox.close();
- this.eventForm = null;
},
/* Onload function. */