In pdf documentation i see
var oWindow = window.radopen ("http://www.google.com (http://www.google.com/)",
null);
In my code this code donĀ“t tun. Open a window, but not find the url.
Why repeat the url inside brackets? What`s mean is it?
Thanks.
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 24 Jul 2008, 05:08 AM
Hello Juan,
The correct syntax of radopen is: radopen(Url_as_string,RadWindowName_as_string);
e.g.
radopen("http://mysite.com","MyRadWindow");
Can you please let me know where exactly you have found this line in the documentation?
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can find this sintax searching "(http://" in this docuement.
0
Georgi Tunev
Telerik team
answered on 24 Jul 2008, 08:46 AM
Hi Juan,
Thank you very much for reporting this - your points were updated. The problem came from the software that we use for the documentation - it creates additional information for the links if they are external.
I fixed the RadWindow's help and the updated version will be available on the site with the next update.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.