Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Entity Selector panel provides a view that shows all of the current entities and allows the user to select the active entity. It support supports grouping of the entities and tools to clear the selection for the entity and zoom to the selection.

...

Code Block
languagexml
titleDefaults section modified to alter appearance of entities
linenumberstrue
<defaults>
	<entities>
		<entity id="property" iconCls="icon-house"/>
		<entity id="owners" iconCls="icon-group"/>
		<entity id="roads" iconCls="icon-lorry"/>
	</entities>
<defaults>

...


Note

Icons listed in the defaults section will be used by other controls also, including the entity selector combo box and the spatial drill-down tool.

...