XUI Config UI Module (xui)
XUI provides configuration UIs on XXTouch using native iOS components. This handbook specifies the layout rules for XUI. XUI is part of the XPP Script Bundle and is used to build configuration UIs for packages; it cannot be used standalone.
Refer to XUI spec
- Show a configuration UI (xui.show)
- Dismiss the configuration UI (xui.dismiss)
- Validate configuration (xui.setup)
- Reload the current configuration UI (xui.reload)
- Get a value from configuration UI (xui.get)
- Set a control's value (xui.set)
- Read all configs in a section (xui.read)
- Overwrite config table to a section (xui.write)
- Clear all configs in a section (xui.clear)