Scrollbars in Popups RTE3
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=14362
Printed Date: 29 March 2026 at 7:41am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Scrollbars in Popups RTE3
Posted By: stafford
Subject: Scrollbars in Popups RTE3
Date Posted: 22 March 2005 at 12:34am
I can't get the format correct.
Response.Write("<img src=""" & strImagePath &
"post_button_about.gif"" align=""absmiddle"" border=""0""
onClick=""winOpener(\'RTE_popup_about.asp\',\'about\',0,0,600,500)""
title=""" & strTxtAboutRichTextEditor & """ class=""button""
onmouseover=""overIcon(this)"" onmouseout=""outIcon(this)"">")
I've tried some variations right after the sizes are declared but
nothing has worked correctly so far. Are there any examples that will
work with Version3?
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 22 March 2005 at 5:29am
Scrollbars is the 3rd one in eg:-
winOpener(\'RTE_popup_about.asp\',\'about\',1,0,600,500)
Chage it to '1' to enable scrollbars in the pop up window.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: superlative
Date Posted: 22 March 2005 at 6:24am
-boRg- wrote:
Scrollbars is the 3rd one in eg:-
winOpener(\'RTE_popup_about.asp\',\'about\',1,0,600,500)
Chage it to '1' to enable scrollbars in the pop up window.
|
or you can increase height of windows (500 --> 550)
------------- http://www.knowhow.gen.tr" rel="nofollow">
|
|