Hello,
I'm trying to insert an image into the mxCalendar's tinyMCE component, when creating a new event, and there is no file icon in the insert image pop-up window.
My javascript console returned this message:
Uncaught TypeError: Object [object Object] has no method '_add'
tinyMCEPopup._onDOMLoaded
tiny_mce_popup.js:5
When I create or edit a regular page, the tinyMCE's image insert works fine without any error message.
I've attached a screenshot to illustrate the difference between the mxCalendar tinyMCE's insert image pop-up with the missing icon; and regular tinyMCE's insert image pop-up.
I am using ModX Evolution 1.0.10
I've also cross-posted in mxCalendar as well, but thought maybe those familiar with tinyMCE may be able to help here.