1 2 Previous Next 22 Replies Latest reply on Aug 9, 2011 12:20 AM by anthonycrane Go to original post
      • 15. Re: Calendar client side?
        ilya_shaikovsky

        Just can update you. Client side mode is implemented and should be tested tommorow.

        • 16. Re: Calendar client side?

          thats really nice, if you could update us when there is a nightly build with it working and how to use it would be just great.

          thanks again

          • 17. Re: Calendar client side?
            ilya_shaikovsky

            You could try it in tommorow nightly. ;)

            Awaiting for your feedback!

            • 18. Re: Calendar client side?

              Hi Ilya,

              I´ve checked with 19-Sep-2007 17:28 Snapshot,

              I don´t know if you mean thursday´s nightly build or today´s one...

              I´ve checked the Functional specs:

              
              FuncSpec-RF-C-CF-030-1.0 Ajax and Client mode
              Calendar must be able to render pages of days in both ? Ajax and Client mode, depending from ?mode? attribute. Defaul is ?ajax? mode.
              Ajax Mode. Calendar may request portions of data from Data Model to render a page. If ?dataModel? attribute evaluates to null value, no requests for data will be made, therefore Ajax mode will be equal to Client mode.
              Client Mode. Calendar will try to load initial portion of data in specified range and than use this data to render months. No requests will be made for additional data.
              
              


              But i couldn´t find the "mode" attribute .

              Sorry if I missunderstood the nigthly date.

              thx

              • 19. Re: Calendar client side?
                ilya_shaikovsky

                What did you mean by "But i couldn´t find the "mode" attribute . "? It should be there.. Anyway please download next snapshot and I'm sure it'll be there.

                • 20. Re: Calendar client side?
                  ilya_shaikovsky

                  xmmm :/

                  please find my last post about our excuses for inconvinienses :)

                  • 21. Re: Calendar client side?

                    don´t worry it happens on the best families : )

                    just please let us know when to test it.

                    thx

                    • 22. Re: Calendar client side?
                      anthonycrane

                      I am using RichFaces 3.3.1 with JSF 1.2. I tried using preloadDateRangeXXX but i could not make it work. Please help and show some code snippet that will explain how to implement the same.

                       

                      I am getting the value from a backing bean as the begin and end values that i am trying to put in teh attributes preloadDateRangeBegin and preloadDateRangeEnd but it is not graying out anything outside the range.

                       

                      I tried using javascript to implement the date range but i am having issues when i try to comapre the dates from the baching bean with todays date and the date from richfaces calendar

                       

                      Please show some code example alongwith the backing bean. The value from the backing bean is in java.util.Date.

                       

                      Thanks

                      1 2 Previous Next