Categories | Question details Back To List | ||
shared calendars and dynamical loading Hi, this code works fine: //load two data feeds scheduler.load("events_shared.php?user=1"); scheduler.load("events_shared.php?user=2"); scheduler.config.readonly = true; but, when I add this line: scheduler.setLoadMode("month"); then only the first request (user=1) is sent to the server. I understand that there is a bug here. Another minor issue: in locale_es, date:day_full says "miércores" and it must say "miércoles" (not very important, indeed). Thanks Answer posted by Stanislav (support) on Nov 24, 2009 05:50 Please check http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=12833&ssr=yes&s=extension%20scheduler Answer posted by Stanislav (support) on Nov 24, 2009 05:52 >>in locale_es, date:day_full says "miércores" and it must say "miércoles" (not very important, indeed). Thanks for remark we will update it |