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

Radwindow styling and iframe

1 Answer 98 Views
Window
This is a migrated thread and some comments may be shown as answers.
parag
Top achievements
Rank 1
parag asked on 21 Aug 2011, 10:16 AM
Hi,

Radwindow contains iframe element  which is useful if we want to render url. But problemetic if we want to use predefined dialogs(alert, prompt etc).

In my case  I have put following style when I wamt to render link

RadWindow_Camino td.rwWindowContent iframe {
    display: block!important;
    height100% !important;
    width100% !important;
}

How can I use following  style when I don't need url. Can telerik handle it internally based on NavigateUrl property?
RadWindow_Camino td.rwWindowContent iframe {
    displaynone !important;

}

I plan use RadWindowmanager  functions for alert, prompt and inputbox. I plan to use radwindow for showing specific url or controls.

Thanking you in advance

Thanks & Regards
Parag

1 Answer, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 22 Aug 2011, 12:59 PM
Hello Parag,

Why would you need to style the iFrame in such a way? The content will always occupy the full width and height of the RadWindow container.
Tags
Window
Asked by
parag
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or