Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Description
<ui/> is the root element of the Helium view xsd. All other view components are placed within it. This will in most cases be standard and can be used exactly as shown in the example below.
Example
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?>
<ui xmlns="http://uiprogram.mezzanine.com/View"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://uiprogram.mezzanine.com/View ../View.xsd">
.
.
</ui> |