Hi Isomorphic,
could you add a getter for the HLayout that contains the Commit and Cancel buttons one can see after uploading the file? I'd like to add more buttons there.
Also, could you show the code for the upload button or explain how I can react on "Batch Uploader sent data to server and ListGrid is filled"? Is there some Callback (on the IButton) or addEventHandler (on the BatchUploader) I could use?
On that event I'd use the suggested BatchUploader.getCommitButtonHLayout() to add buttons to the Layout and also show a SC.say window depending on some settings and errors in the BatchUploader.
Thank you & Best regards
Blama
could you add a getter for the HLayout that contains the Commit and Cancel buttons one can see after uploading the file? I'd like to add more buttons there.
Also, could you show the code for the upload button or explain how I can react on "Batch Uploader sent data to server and ListGrid is filled"? Is there some Callback (on the IButton) or addEventHandler (on the BatchUploader) I could use?
On that event I'd use the suggested BatchUploader.getCommitButtonHLayout() to add buttons to the Layout and also show a SC.say window depending on some settings and errors in the BatchUploader.
Thank you & Best regards
Blama
Comment