Details
-
New Feature
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
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