ColFusion / ColfusionWeb

Other
1 stars 2 forks source link

[ImportWizard] Auto scroll down on From Dataverse page #18

Open EvgenyKarataev opened 9 years ago

EvgenyKarataev commented 9 years ago

On the first page of the import wizard, in the from dataverse option, after user enter search params and search for a file, automatically scroll down to the file list /error messsage.

Simply putting this $("#UploadOptionStepCardId").scrollTop($("#UploadOptionStepCardId")[0].scrollHeight); into wizardFromDataverse.js searchForFile's success didn't work