Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CGI Window
Hazzie
Is it possible to resize the width and hegight of a CGI call out window so it opens in the size you want it to?
Find more posts tagged with
Comments
Adam Stoller
I would imagine so - just use a little bit of javascript code within the callout script to specify the size and/or location of the window.
I believe it is something like: onLoad='top.resizeTo(600,600);'
--fish
(Interwoven, Curriculum Development)
james1
If you are talking about a TeamSite Templating CGI callout, then the answer is yes. I believe that is what the "window-features" attribute is for. There is an example on page 112 of the TeamSite Templating Developer's Guide (version 5.5.2).
If you are talking about WebDesk (Pro) custom menu items, then the answer is also yes. There is an example on page 126 of the TeamSite Administration Guide (version 5.5.2).
-- James
--
James H Koh
Interwoven Engineering
Hazzie
Thanks that does the trick