I am testing with Extjs demo.
http://ext.ensible.com/deploy/dev/examples/calendar/remote.html
How i can display 2weeks as a default instead of month in that demo?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to just set the
showMultiWeekViewconfig option totruein yourCalendarPanel. You could optionally specify themultiWeekViewCfgto define how many weeks you want to show, but by default it uses a two week period.For example:
Take a look at the documentation for the
CalendarPanel.