Widgets FILEBROWSER - thica/ORCA-Remote GitHub Wiki
The button widget lets the user select a file or folder
The following attributes are additional attributes to common widget attributes
| Attribute | Description |
|---|---|
| type | fixed: needs to be "FILEBROWSER". Capital letters! |
| filebrowserfile | The startpath / folder which is select first |
| actioncancel | The action, which is called, when the user presses the cancel button |
| dirselect | Boolean flag, (0/1), if the user can select a folder instead of a file |
Below you see an example for a filebrowser widget
<element name="FileBrowser" type="FILEBROWSER" dirselect="1" action="Fkt Import_Export" actioncancel="gotosettingspage"/>