Hi,
I am on v9.0p_2013-10-27/Pro Deployment (built 2013-10-27)
but checked with the latest v9.0p_2014-02-05/Pro Deployment (2014-02-05) and I think the problem is the same:
Overriding Calendar.getDateCSSText() in java doesn't get called from JavaScript.
The same for some more methods in Calendar, e.g. getDateStyle().
I think they are missing in Calendar.onInit_Calendar. Can you confirm, as if that's the case, I'll try to implement that in my own subclass, as upgrading to a new SmartGWT build might not happen soon for us.
TIA,
I am on v9.0p_2013-10-27/Pro Deployment (built 2013-10-27)
but checked with the latest v9.0p_2014-02-05/Pro Deployment (2014-02-05) and I think the problem is the same:
Overriding Calendar.getDateCSSText() in java doesn't get called from JavaScript.
The same for some more methods in Calendar, e.g. getDateStyle().
I think they are missing in Calendar.onInit_Calendar. Can you confirm, as if that's the case, I'll try to implement that in my own subclass, as upgrading to a new SmartGWT build might not happen soon for us.
TIA,
Comment