editTask: function(tasklist, id)
{
+ this.closeRedBox();
+
RedBox.onDisplay = function() {
try {
$('kronolithTaskForm').focusFirstElement();
*/
editCalendar: function(calendar)
{
+ this.closeRedBox();
+
if ($('kronolithCalendarDialog')) {
RedBox.showHtml($('kronolithCalendarDialog').show());
this.editCalendarCallback(calendar);
editEvent: function(calendar, id, date)
{
+ this.closeRedBox();
+
if (Object.isUndefined($('kronolithEventTags').autocompleter)) {
this.editEvent.bind(this, calendar, id, date).defer();
return;
closeRedBox: function()
{
+ if (!RedBox.getWindow()) {
+ return;
+ }
var content = RedBox.getWindowContents();
if (content) {
document.body.insert(content.hide());