<?xml version='1.0' encoding='UTF-8'?>
<catalog xmlns="http://www.intertrust.ru/schema/palette/cat-ui">
<custom-descriptor id="{id}" name="{name}" ident="{module name}" view="{collection name}">
<builder name="ru.intertrust.cm_sochi.srv.uicollections.askid.UiAllTasksBuilder"/>
<table>
<columns>
<column-ref ref="self" filter="true"/>
<!-- ... -->
</columns>
</table>
<!-- Кнопки с группировкой -->
<group-actions>
<action id= name="">
<create object-ref="{object name}"/>
<group-operation></group-operation>
</action>
</group-actions>
<!-- Кнопки в диалоге -->
<dialog-actions>
<action id="" name="">
<create object-ref="{object name}"/>
<group-operation></group-operation>
</action>
<action-ref ref="{action name}"/>
</dialog-actions>
<!-- Кнопки через RootMenu -->
<custom-actions schema-ref="{schema name}"/>
</custom-descriptor>
</catalog> |