Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 992 Bytes

File metadata and controls

42 lines (27 loc) · 992 Bytes

API categories | API index

FileDialogCallback (object)

Description from upstream CEF:

Callback interface for asynchronous continuation of file dialog requests.

Table of contents:

Methods

Cancel

Parameter Type
Return void

Description from upstream CEF:

Cancel the file selection.

Continue

Parameter Type
selected_accept_filter int
file_paths list
Return void

Description from upstream CEF:

Continue the file selection. |selected_accept_filter| should be the 0-based index of the value selected from the accept filters array passed to CefDialogHandler::OnFileDialog. |file_paths| should be a single value or a list of values depending on the dialog mode. An empty |file_paths| value is treated the same as calling Cancel().