I’m am currently reviewing Dhtmlx suite for use in an internal system prior to purchasing the pro license.
I have included dhtmlx.js and have successfully generated a number of functioning pages. However, I wish to use message.
Dhtmlx.message(‘message’) ; works fine but click to close (expire:-1) and the modal dialog boxes don’t.
What am I missing?
Thanks
if you are using dhtmlx.js it includes initial version of dhtmlx.message which can show only plain messages, other functionality was added later and currently not included in the dhtmlx.js ( will be in the next version ) - you can grab and include on page files from dhtmlx.github.com/message/ to get all functionality.
Thank you for your reply.
I thought that would be the case, and tried linking the message js script after dhtmlx.js, which didn’t work. I therefore tried it before dhtmlx.js which also didn’t work.
Should there be something else I should do, or your recommended way of achieving this.
Many thanks.
It works, while checking from my side.
Please check the attached sample
message.ZIP (568 KB)
Thank you. That does indeed work.