Slavomir Cerven
Top achievements
Rank 1
Slavomir Cerven
asked on 22 Jul 2008, 04:06 PM
Hi all,
I was wondering, is it possible to have one modalOverlay for RadWindow and different one for RadToolTip?
I would like to achieve something like this:
.TelerikModalOverlay for RadWindow {
... some stuff
}
.TelerikModalOverlay for RadToolTip{
... different stuff
}
Thanks for any help
Slavo
I was wondering, is it possible to have one modalOverlay for RadWindow and different one for RadToolTip?
I would like to achieve something like this:
.TelerikModalOverlay for RadWindow {
... some stuff
}
.TelerikModalOverlay for RadToolTip{
... different stuff
}
Thanks for any help
Slavo
5 Answers, 1 is accepted
0
Hi Slavomir,
I am afraid this is not possible. RadWindow and RadToolTip use same modal overlay.
All the best,
Georgi Tunev
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I am afraid this is not possible. RadWindow and RadToolTip use same modal overlay.
All the best,
Georgi Tunev
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Vik
Top achievements
Rank 1
answered on 23 Jul 2008, 12:53 PM
Hi,
One more related question: Is it possible to create a custom skin for example for RadWindow and define modal overlay within the skin?
Thanks
Vik
One more related question: Is it possible to create a custom skin for example for RadWindow and define modal overlay within the skin?
Thanks
Vik
0
Hi Vik,
Yes, it is possible and you can find the corresponding CSS along with a detailed explanation how to control the opacity here.
Best wishes,
Svetlina
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Yes, it is possible and you can find the corresponding CSS along with a detailed explanation how to control the opacity here.
Best wishes,
Svetlina
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Vik
Top achievements
Rank 1
answered on 23 Jul 2008, 05:20 PM
Hi Svetlina,
I am using RadWindow for ASP.NET.
I have tried
background: black;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
opacity: .5;
-moz-opacity: .5;
}
to place into skin css file but with no success of changing modal overlay.
Anyway, it seems this works only for older version of the control. Is there an equivalent to RadWindow for ASP.NET?
I would like to make a modification within the custom skin.
Thanks
Viktor
I am using RadWindow for ASP.NET.
I have tried
.RadWModalImage
background: black;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
opacity: .5;
-moz-opacity: .5;
}
to place into skin css file but with no success of changing modal overlay.
Anyway, it seems this works only for older version of the control. Is there an equivalent to RadWindow for ASP.NET?
I would like to make a modification within the custom skin.
Thanks
Viktor
0
Hello Vik,
Please open a new support ticket and send us your project or a sample one which reproduces your setup and the problem itself. We will check it and get back to you with solution right away.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please open a new support ticket and send us your project or a sample one which reproduces your setup and the problem itself. We will check it and get back to you with solution right away.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.