Hi! the link is broken. I am tyring to create a popup window and do some code in it. I added a custom button to the toolbar and I can't get the window to popup.
I am using:
function
ShowMyDialog(MyButton)
{
var editor=CuteEditor_GetEditor(MyButton);
var newwin=showModalDialog("My_Custom_Text.html?_rand="+new Date().getTime()
,editor,
"dialogWidth:400px;dialogHeight:240px");
}
It's saying that ShowMyDialog is not implemented.