...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<view id="weave.entitySelectorView">
<location>east</location>
<entities>
<entity id="property" iconCls="icon-house"/>
<entity id="owners" iconCls="icon-group"/>
<entity id="roads" iconCls="icon-lorry"/>
</entities>
</view>
|
Note |
---|
Both forms of entity lists are supported, that is <entity> tags directly listed or embedded within an <entities> tag, this allows for the group of entities to be referenced as a whole using a snippet and included using <entities id="entitylist"/>. |
...