Smart GWT 2.5
In the load_skin.js how do I change the following property from the js.
ISC_Calendar.js
The property is the "DaySchedule" - isc.A.showLabelColumn=true
tried the following but does not work.
isc.defineClass("SCalendar", "Calendar");
if (isc.SCalendar) {
isc.DaySchedule.changeDefaults({
showLabelColumn : false,
});
Thanks
Jan
In the load_skin.js how do I change the following property from the js.
ISC_Calendar.js
The property is the "DaySchedule" - isc.A.showLabelColumn=true
tried the following but does not work.
isc.defineClass("SCalendar", "Calendar");
if (isc.SCalendar) {
isc.DaySchedule.changeDefaults({
showLabelColumn : false,
});
Thanks
Jan
Comment