Hi... I have tried removing the 'Image Info' tab from the info dialog, as this is overly complicated for my users who will only be uploading files (not using files already existing on the server). It would appear that this is not possible, as the dialog freezes if you use
dialogDefinition.removeContents( 'info');
It seems to me, that the upload tab should be first as this is the first step in an image submission... but instead the first tab shown is one of no use until there is a file on the server to use:
I cannot figure out how to re-arrange the order of the tabs. Does anyone know the magic that will allow me to put the 'Upload' tab first?
dialogDefinition.removeContents( 'info');
It seems to me, that the upload tab should be first as this is the first step in an image submission... but instead the first tab shown is one of no use until there is a file on the server to use:
I cannot figure out how to re-arrange the order of the tabs. Does anyone know the magic that will allow me to put the 'Upload' tab first?
Re: Re-order Tabs in Image Dialog