Editable Calendar

Confluence User - 11 Apr, 2018

Hi,

I've been trying to apply (without success) the editable feature on the calendar from the examples in https://fullcalendar.io/docs/event-dragging-resizing so that users can click and drag the events to resize. Is there any examples in Joget for this feature?

Thanks.

calendar

1


11 Apr, 2018
confluenceUser
1
confluenceUser

Found it, to make the events editable,

  1. goto \jw\WEB-INF\classes\templates\calendarMenu.ftl 
  2. add editable:true, before eventLimit like this


    editable: true,
    eventLimit: true,

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print