How can I set the z-index for a custom dialog in the Editor?
We have a web page with a RadEditor placed inside a RadPane. A custom dialog has been added to the Editor which loads a java applet. The problem is when clicking the button to launch the applet, it is appearing behind the RadMenu control on the web page.
I would like to set the z-index of the custom dialog to be higher than the RadMenu. I tried the suggestion in the following link, but am not having any success... http://www.telerik.com/community/forums/aspnet-ajax/editor/z-index-of-image-manager.aspx
Here is the call for showing the custom dialog...
Any suggestions would be greatly appreciated! Thanks!!
We have a web page with a RadEditor placed inside a RadPane. A custom dialog has been added to the Editor which loads a java applet. The problem is when clicking the button to launch the applet, it is appearing behind the RadMenu control on the web page.
I would like to set the z-index of the custom dialog to be higher than the RadMenu. I tried the suggestion in the following link, but am not having any success... http://www.telerik.com/community/forums/aspnet-ajax/editor/z-index-of-image-manager.aspx
Here is the call for showing the custom dialog...
editor.showExternalDialog
(
'/TestDevelopment/Controls/EquationEditorStyle.aspx',
argument,
620,
420,
myCallbackFunction,
null,
'Equation Editor',
true,
Telerik.Web.UI.WindowBehaviors.Close + Telerik.Web.UI.WindowBehaviors.Move,
false,
true
);
Any suggestions would be greatly appreciated! Thanks!!