Class CmsUploadHookDialog

java.lang.Object
org.opencms.ade.upload.client.ui.CmsUploadHookDialog

public final class CmsUploadHookDialog extends Object
A opens a dialog which contains an IFRAME for displaying the upload hook JSP page.

  • Field Details

  • Method Details

    • openDialog

      public static void openDialog(String title, String hookUri, List<String> uploadedFiles, com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel> closeHandler)
      Opens a new upload property dialog.

      Parameters:
      title - the title for the dialog popup
      hookUri - the URI of the upload hook page
      uploadedFiles - the uploaded files
      closeHandler - the dialog close handler