mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
For new events with title pre-set, highlight the title for easy editing
This commit is contained in:
parent
9d12c2a9a5
commit
700ef496d7
@ -225,6 +225,12 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.alarm_custom_date();
|
this.alarm_custom_date();
|
||||||
|
|
||||||
|
// If title is pre-filled for a new (no ID) event, highlight it
|
||||||
|
if(content.data && !content.data.id && content.data.title)
|
||||||
|
{
|
||||||
|
this.et2.getWidgetById('title').input.select();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'calendar.freetimesearch':
|
case 'calendar.freetimesearch':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user