Hi,
I am using a 9.1d build of one week ago. I noticed the following things in the Calendar.js, maybe you can comment:
- If "showDayLanes: true", then, clicking, in week view, in a day of the week header, it doesn't goes to the day view of the clicked day. If showDayLanes is not present, it works. It should work in both cases.
- the DateChooser autochild can not be customized by setting the DateChooserConstructor, see the relevant code in Calendar.js, a direct call to isc.DateChooser.create is done to create the autochild
- there is both a getNewEventWindow as well as a _getNewEventWindow method, not sure if how/they are used in parallel?
- It would be great if I can control on event level if I can change the lane. This is for example relevant when I want to model a break which can be moved around for one resource but it can't be moved to another resource. Is there a good workaround for me on this one?
- not related to calendar, but I have a combo with a datasource with locally loaded data, when I call: combo.getOptionDatasource().setCacheData(data) with a new data set then the picklist stills shows the old dataset, is there another way I should set the cache data or refresh the picklist?
gr. Martin
I am using a 9.1d build of one week ago. I noticed the following things in the Calendar.js, maybe you can comment:
- If "showDayLanes: true", then, clicking, in week view, in a day of the week header, it doesn't goes to the day view of the clicked day. If showDayLanes is not present, it works. It should work in both cases.
- the DateChooser autochild can not be customized by setting the DateChooserConstructor, see the relevant code in Calendar.js, a direct call to isc.DateChooser.create is done to create the autochild
- there is both a getNewEventWindow as well as a _getNewEventWindow method, not sure if how/they are used in parallel?
- It would be great if I can control on event level if I can change the lane. This is for example relevant when I want to model a break which can be moved around for one resource but it can't be moved to another resource. Is there a good workaround for me on this one?
- not related to calendar, but I have a combo with a datasource with locally loaded data, when I call: combo.getOptionDatasource().setCacheData(data) with a new data set then the picklist stills shows the old dataset, is there another way I should set the cache data or refresh the picklist?
gr. Martin
Comment