Hello,
I've created a custom dialog for a RadEditor window running on a Moss Server. The dialog works as it should, but it seems to be missing the close button (see attached image). The code that launches the dialog is:
![]()
I have two other dialogs and they all seem to suffer the same issue. If you need the entire page source, please let me know.
I've created a custom dialog for a RadEditor window running on a Moss Server. The dialog works as it should, but it seems to be missing the close button (see attached image). The code that launches the dialog is:
| editor.showExternalDialog("NewFileDialog.html", null, 300, 175, |
| newButtonPressCallbackFunction, null, "New File", true, |
| Telerik.Web.UI.WindowBehaviors.Close + Telerik.Web.UI.WindowBehaviors.Move, |
| false, false); |
