I have a single page which contains dhtmlxCombo.
When I add ~/dhtmlxCalendar/codebase/dhtmlxcommon.js (the common javascript for the calendar widget) and then try to use the combo box, I get this fatal error:
Error: dhtmlObject.onloadAction is not a function
Source File: ~/dhtmlxCalendar/codebase/dhtmlxcommon.js
Line: 9
I can get each widget to work alone, but cannot get them to work on the same page.
Is there something I am missing to make these two widgets work together?
Which versions of components you are using?
There is no known conflicts between any versions of Calendar and Combo, but it possible that you are using old version of dhtmlxcommon.js , which may produce such error.
Please try to use attached js file ( latest ) instead of existing one.
dhtmlxcommon.zip (21.1 KB)
I am using
dhtmlxCombo v.1.2 Standard edition build 80512
and
dhtmlxCalendar v.1.0 Standard edition build 80512
I presume that only one instance of dhtmlxcommon is required and will use the one attached to your response.
I will also post a response to let you know if the new version eliminates the problem.
The new version eliminates the problem.
Thanks for the help.