Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Custom Browse link in Insert_a_tag Dialog Firefox problems
Re: Custom Browse link in Insert_a_tag Dialog Firefox problems
02-07-2010, 11:27 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Custom Browse link in Insert_a_tag Dialog Firefox problems
Reply
Quote
Hi SaferSephy,
Try add "SyncTo(element);" in you code.
In my case, I add the value by a button. Like below.
function
addLink()
{
var
inp_src=document.getElementById(
"inp_src"
);
inp_src.value=
"http://www.google.com"
;
SyncTo(element);
}
Regards,
ken
View Complete Thread