Good Morning,
I am trying to create a pop up using the pop up editor within the Full Calendar 2. For example if there is data on 21/03/2019, I will click the information and a pop up will appear with data populated from the information from the selected date.
I know how to create pop up using the pop up editor however can't seem to create it using the Full Calendar 2 component.
I look forward to hearing from you.
Andy Miles
Hello Andy,
My first approach would be to create a hidden div with a link and the popup editor widget in it.
On clicking on the calendar, this would run a javascript that would click on that hidden button to launch the popup. The value of the selected date can be passed using a session variable.
Hope it helps,
Miguel Amado