Gets or sets the Open File dialog style.

Syntax

PHP

public function getOpenFileDialog() {
}

public function setOpenFileDialog($value) {
}

Property Value

Type: string

The Open File dialog style.

The following values are supported:

ValueDescription
StandardStandart Open File dialog.
MacOSNativeMac OS native Open File dialog.

Default value is "Standard".

Remarks

The Mac OS native dialog does not allow to select multiple files.