Theming Calandar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dafnie
    Senior Member
    • Dec 2015
    • 140

    Theming Calandar

    I would like to theme the calendar view. Could anyone give me a short guide to with file i have to look at.
    I want to have the meetings relation displayed together with the title in the Calandar view
  • yuri
    Member
    • Mar 2014
    • 8478

    #2
    You can try to achieve it with custom css. You can create new theme in EspoCRM.
    See
    application/Espo/Resources/metadata/themes/
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • dafnie
      Senior Member
      • Dec 2015
      • 140

      #3
      Thanks for the quick reply
      What I want is to have the meeting from image 1 displayed as image 2 in the calendar.
      I do not think that i possible with CSS alone.
      Can you give me a hint on how to include the 'link to'-field value in the calendar view?

      Greetings from Denmark

      Comment

      • yuri
        Member
        • Mar 2014
        • 8478

        #4
        You will need to customize javascript to show parent name. But parent name is not available there. You will need to load it on server side.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • dafnie
          Senior Member
          • Dec 2015
          • 140

          #5
          The only javascript i see is espo.min.js. Modifying this file is above my programming skills. - It is okay as it is.
          Anyway thank for your support and at very great CRM.

          Comment

          • yuri
            Member
            • Mar 2014
            • 8478

            #6
            This file initializes calendar client/modules/crm/src/views/calendar/calendar.js
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...