-
Notifications
You must be signed in to change notification settings - Fork 4
(General) How to...
The text files can be exported in Automation Studio and then downloaded via the runtime utility center. See Automation Studio help for details (9060a191-2736-440b-95e4-006eacb7b1d8)
The mapp View server generally provides the contents of its web root directory to the client. With support for file devices, however, it is also possible for the mappView server to provide external contents as well. To access a file device use the code word '/FileDevice' followed by the file device name. For example
<Widget xsi:type="widgets.brease.Button" id="ButtonWithLogo" height="76" width="76" left="207" top="150" image="/FileDevice:HD0/Logos/smallLogo.png" style="default" />
See Automation Studio help for details (daf49462-f25f-4027-8970-c009a951d816)
Use \n to force a new line when using text directly in widgets. When using widgets make sure to also enable the option "multiLine". For TMX files click on the row with the text and then use the "Detail View". Press enter to add a line break at the desired position.
General Information
Direct binding
Event binding
Use cases
- General
- Widgets
- Styles
- Text
- Content