Hello,
would it be possible to fill the description field with multiple lines of text ?
the idea is to set some standard questions to fill in, for fast inserting a new appointment.
thankx in advance,
regards
Angelo
Hello,
would it be possible to fill the description field with multiple lines of text ?
the idea is to set some standard questions to fill in, for fast inserting a new appointment.
thankx in advance,
regards
Angelo
Hello,
delete scheduler.keys.edit_save; // Enter won't save event and close lightbox
scheduler.templates.event_text = function(s,e,ev){
return ev.text.replace(/\n/g,"<br/>"); // new line characters will be replaced with <br/> tags
};
Now you can enter multiple lines as event text and they will be displayed the same way, check screenshot.
Best regards,
Ilya