Table of Contents
Filesystem
A Filesystem is a text field on the right and a button on the left. When the user clicks on the button, a file browser will be opened to browse the filesystem.
Attributes
| Name | Allowed Values | Description |
|---|---|---|
| width | Length- or Percentage | Sets the width of a widget |
| css | CSS Class Name | Sets a new style |
| tooltip | Text | Sets a tooltip text |
| id | Text | Sets the unique ID of the widget |
| action | Method Name | Left mouse click |
| mode | “opendir” o. “openfile” o. “savefile” | Mode of the dialog (Default: opendir) |
Options
| Name | Allowed Values | Description |
|---|---|---|
| visible | Bool | Widget visible/invisible |
| enabled | Bool | Widget enabled/disabled |
Example
XML
<filesystem id="filesystem" />
Result
Links
You could leave a comment if you were logged in.
