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

Radwindow client side properties

1 Answer 230 Views
Window
This is a migrated thread and some comments may be shown as answers.
Moon
Top achievements
Rank 2
Moon asked on 22 Aug 2008, 03:21 PM
Where can I get a list of radwindow properties that I can use in javascript?

such as:

var oWindow = window.radopen(url,radWindowName);

oWindow.SetTitle(title);

oWindow.SetWidth(radWidth);

1 Answer, 1 is accepted

Sort by
0
Accepted
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 25 Aug 2008, 09:05 AM
You should read the Programming section in the  RadWindow for ASP.NET AJAX online help, e.g.
1) RadWindow Methods
2) RadWindowManager Methods
3) Openning windows
etc.

Also, you can use for a reference the RadWindow for ASP.NET AJAX online examples:
1) Client side events
2) Showing and positioning
3) RadWindowManager
4) RadWindow
5)Alert, Prompt ,Confirm
etc.

Hope this helps!
Tags
Window
Asked by
Moon
Top achievements
Rank 2
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Share this question
or