Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
DateField does give a javascript error like the attached image when it is read only. For read only DateField, DateField.toString does not ouput the calendar javascript for the field, but DateField.getHtmlImports() include javascript init code.
DateField.getHtmlImports() should return null if the calendar is not displayed.