FileBrowser.confirmActions

Availability

Flash Player 7

Usage

FileBrowser.confirmActions:Boolean

Description

Property; if this property is set to true, 'delete' and 'dirCreate' control buttons will trigger 'confirmDelete' and 'confirmCreate' events instead of directly executing the 'deleteSelected' and 'createDir' methods.

Example

The following code will change the confirmActions property to true:

myFileBrowser.confirmActions = true;