Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-10550

Please create a getter and setter in org.hippoecm.frontend.plugins.jquery.upload.multiple.FileUploadWidget on fileUploadBar

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed
    • High
    • Resolution: Fixed
    • None
    • 4.2.0
    • None

    Description

      Hi for a feature I need to be able to access a property in:

      org.hippoecm.frontend.plugins.jquery.upload.multiple.FileUploadWidget

      the

      fileUploadBar property which I need to replace in this case to support a custom fileUploadBar. The risk is quite low.

      e.g.

      public FileUploadBar getFileUploadBar()

      { return fileUploadBar; }

      public void setFileUploadBar(final FileUploadBar fileUploadBar) {
      this.fileUploadBar = fileUploadBar;
      }

      cheers

      Attachments

        Activity

          People

            clientserviceteam Client Service Team
            ksalic Kenan Salic
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: