Overridding TinyMCE behaviour
Ok so I think I figured out a way to override the popup windows in tinyMCE.
It will require a re-write of the openWindow method:
openWindow
void openWindow(template, args)
Opens a popup window based in the specified input data. This function is used for all popup windows in TinyMCE. These are the current template TinyMCE_Engine.prototype.keys = file; width, height, close_previous.
Parameters:
template - Popup template data such as with, height etc.
args - Popup arguments that is to be passed to the popup such as custom data.
The re-write would push to the "internal" windowing system we are using. Hopefully there would not be too many issues with this. I'll spike it out and post the results in the comments field of this post.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home