<root>


<label dir-for="label" path="/message" />
<label dir-for="description" path="/message" />
<hbox>
<custom:select>
<template path="/actions/*">
<custom:select-item>
<attr-connect name="label" function="last-dir" />
<handler>
<variable name="path" action="change" function="path" />
</handler>
</custom:select-item>
</template>
</custom:select>
</hbox>
<button label="ok">
<handler>
<call var="path" />
</handler>
</button>
</root>
