when adding an event, set focus to its name input field

This commit is contained in:
rlx 2011-10-11 10:19:44 +00:00
commit c7d268a7aa
3 changed files with 19 additions and 6 deletions

View file

@ -482,6 +482,7 @@ Ox.ListCalendar = function(options, self) {
Ox.print('TIME TO SET LIST OPTIONS:', +new Date() - time0);
self.$calendar.addEvent(event);
selectEvent(event);
self.$nameInput.focusInput();
} else {
alert(result.status.code)
}