Created
June 25, 2012 12:01
-
-
Save tejastank/2988192 to your computer and use it in GitHub Desktop.
dhtmlxscheduler-see-next-more-months
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| At dhtmlxscheduler_debug.js , near line number : 2436 | |
| Default you can see one month : | |
| scheduler._reset_month_scale=function(b,dd,sd){ | |
| var ed=scheduler.date.add(dd,1,"month"); | |
| With month view to see next 3 month : | |
| scheduler._reset_month_scale=function(b,dd,sd){ | |
| var ed=scheduler.date.add(dd,3,"month"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment