Is there a patch to allow resizing the EasyLink popup window?
ShutterFreak - June 13, 2007 - 16:15
| Project: | EasyLink |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I use the EasyLink plugin with a view that presents a list of all visible nodes on my site. The popup window however has a fixed size, and doesn't allow the entire view to be displayed.
The following code snippet in "editor_plugin.js" around line 119 does not seem to work like expected on MSIE6:
tinyMCE.openWindow(template, {editor_id : editor_id, nid : nid, captionTitle : captionTitle, captionDesc : captionDesc, link : link, align : align, width : width, height : height, action : action, resizable : 'yes', scrollbars : 'yes' })Is there a way to allow resizing this popup window?
Best regards,
Olivier

#1
I will be working on making this a configurable option over the weekend.
#2
Is there a fix for this yet? I'd like to use something like EasyLink, but we have tons of pages so having scrollbars and being able to resize the window is essential.