Documentation

UI/Uploader/callbacks/dialogPostShow

From jQuery JavaScript Library

Jump to: navigation, search

« Back to UI/Uploader/callbacks

dialogPostShow( oCallback )

Occurs just after the "choose files" dialog is hidden. You could use this opportunity to hide a lightbox which was covering the entire page.

Arguments:
oCallbackOptions
A set of key/value pairs that provides information which can be used by the current callback function. This information was partially passed from the Flash file and partially extended by the Uploader code.

Options:
NameType
eventString
The name of the event currently called.
optionsOptions
The complete configuration of the Uploader object this callback is called from.
successBoolean
Indicates if there where any files chosen by the user.