This is a migrated thread and some comments may be shown as answers.

What's mean words in Parenthesisin url window

3 Answers 38 Views
Window
This is a migrated thread and some comments may be shown as answers.
Juan Angel
Top achievements
Rank 1
Veteran
Juan Angel asked on 23 Jul 2008, 09:43 PM
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

Sort by
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.
0
Juan Angel
Top achievements
Rank 1
Veteran
answered on 24 Jul 2008, 06:13 AM
For example, in the last pdf document:

  • 5.2 Showing and Positioning
  • 7.3 RadWindow Methods [Examples section]
  • 7.4 RadWindowManager Methods [Examples section]
  • 7.5 Using radopen and GetRadWindowManager().open
  •  and more.
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.
Tags
Window
Asked by
Juan Angel
Top achievements
Rank 1
Veteran
Answers by
Georgi Tunev
Telerik team
Juan Angel
Top achievements
Rank 1
Veteran
Share this question
or