Re: Add fields to dialog

  •  10-14-2007, 6:44 AM

    Re: Add fields to dialog

    I figured it out. You have to load Scripts/Dialog/DialogHead.js and then use the following to get the editor:

    if(!window.dialogArguments) {
        window.dialogArguments = Window_GetDialogArguments(window);
    }
    var editor = window.dialogArguments.editor;

View Complete Thread