Re: where to code my event with custom button

  •  03-06-2008, 3:30 PM

    Re: where to code my event with custom button

    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.
View Complete Thread