Active
Project:
EasyLink
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2007 at 16:15 UTC
Updated:
26 Oct 2007 at 13:43 UTC
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
Comments
Comment #1
imrook commentedI will be working on making this a configurable option over the weekend.
Comment #2
rgraves commentedIs 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.