3 Replies Latest reply on Dec 27, 2010 6:34 AM by ilya_shaikovsky

    rich:calendar component

    moha1984

      Hello,

       

      I find the rich:calendar below this link : http://www.jboss.org/richfaces/community/richfacescalendar

       

      Can someone tell where i can find the source code of this component ;

      I'm tring to do a planning application and i must have the possibility to change the format of the calendar by week , month ...

        • 1. Re: rich:calendar component
          ilya_shaikovsky

          It's not a RichFaces component Just Google calendar used. rich:calendar could be used as organizer and there is sample at livedemo for 3.3.x but it has problems with iteration components inside date cells as all the markup of the calendar getting build completelly at client side.

          • 2. Re: rich:calendar component
            moha1984

            Thanks, but can i do something similar with rich:calendar ; I must developp a planning application and i have to do a calender (like a gannt diagram );  that must be display in week mode ( not by month ) ; i saw a component named t:schedule ( MyFaces ).....

            I  should be able also to do a drag and drop operations in the calendar ;

            Can someone give me a source code or an example doing  something similar ?

            • 3. Re: rich:calendar component
              ilya_shaikovsky

              we have no component for now which could provide that functionality. So implement using some composition or try to use from other library (but be carefull with some possible incompatibilities, e.g. client scripts duplications with different versions)