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

window.radopen - Minimize, Restore buttons

1 Answer 76 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mansi
Top achievements
Rank 1
Mansi asked on 17 Feb 2009, 09:25 AM
Hi,

What properties do I need to set, if I want to show Minimize and Restore buttons while navigating?


for Ex. my code is,

var oWnd = radopen ("http://www.google.com", "WindowNameHere");

oWnd.center();

It displays only close button, how to show minimize and restore buttons?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Feb 2009, 03:43 PM
Hi Mansi,

I assume that you have set the Behaviors property to Close. Add Maximize and Minimize to it and your code  should work as expected.
e.g. Behaviors="Close,Maximize,Minimize"

Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Mansi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or