Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Insert Hyperlink dialog custom window height and width
Re: Insert Hyperlink dialog custom window height and width
04-18-2008, 10:23 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Insert Hyperlink dialog custom window height and width
Reply
Quote
Hi,
The editor can't not know you modified the tag_a.aspx.
So the best way is change the tag_a.aspx and resize itself using javascript :
<script>
top.resizeTo(420,320)
</script>
Regards , Terry.
View Complete Thread