• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Fullcalendar visualization

  • Views Views: 3,382
  • Last updated Last updated:
  • Has to be documented.

    For basic settings see Calendar visualization

    Setting additional Fullcalendar options​

    For Fullcalendar Options see https://fullcalendar.io/docs/v3

    You can set addtional Options and/or override Fabrik's default settings in [Options][FullcalendarOptions]

    Examples:
    Add the week number to the title in week view​
    {"views":{"week":{"titleFormat":"DD.MMM YYYY, [Week] WW"} }}
    upload_2021-5-26_17-1-42.png

    "titleFormat" uses moments.js formatting. Include any text (like 'Week' in the example) surrounded by []
    Instead of setting the date format with DD, MM etc you can also use the 'locale' formats, e.g.
    {"titleFormat":"LLL, [Week] WW"}
    https://momentjs.com/

    Set title left and today/prev/next buttons right​
    Reduce month view height​
    {"header":{"left":"title","center":"","right":"today prev,next"}, "height":"auto"}
Back
Top