3 Replies Latest reply on Oct 12, 2009 5:32 AM by ilya_shaikovsky

    Calendar organizer

    jsfgeeks

      hi,
      i am new to richfaces & i want to develope calendar organizer.
      i have completed with Calenday display & on day click modal panel show.
      But i want to link added events(from database or list) to calendar like to display events on calendar as per current month selected.
      is it possible with calendar data model or something else?

        • 1. Re: Calendar organizer
          ilya_shaikovsky

          Sorry, but can't fully get the idea.. You wan't to allow not one month showing only? (then just return controls which are hidden in the sample and fill dataModel for other month's). Or you want to perform some actions on month's changes? Then currentDateChangeListener will works for you.

          • 2. Re: Calendar organizer
            jsfgeeks

            Thank you,
            Actually i want to display organizer events(multiple events) from database in calendar cell?

            • 3. Re: Calendar organizer
              ilya_shaikovsky

              unfortunately you can't use repeat or dataTAble components for macrosubstitutions, as the markup templates built with them evaluated at client side fully. So, probably you could construct the html table with events for exaple on server side from model and just output it with outputText.