08-01-2006 10:23 AM
<action-group id="browse_actions_menu">
<action idref="details_space" />
<action idref="delete_space" />
<action idref="cut_node" />
<action idref="copy_node" />
<action idref="paste_all" />
<action idref="manage_space_users" />
<action idref="manage_space_rules" />
<action idref="manage_deleted_items" />
</action-group>
… and I'd like my custom action to appear between details_space and delete_space.<action-group id="browse_actions_menu">
<action idref="details_space" />
<action idref="my_custom_action" />
<action idref="delete_space" />
<action idref="cut_node" />
<action idref="copy_node" />
<action idref="paste_all" />
<action idref="manage_space_users" />
<action idref="manage_space_rules" />
<action idref="manage_deleted_items" />
</action-group>
or is there a more concise way?08-01-2006 11:12 AM
08-04-2006 08:56 AM
<action id="create_content">
<evaluator>com.my.evaluator.class</evaluator>
</action>or would I need to do this :<action id="create_content">
<permissions>
<permission allow="true">CreateChildren</permission>
</permissions>
<evaluator>com.my.evaluator.class</evaluator>
<label-id>create_content</label-id>
<image>/images/icons/new_content.gif</image>
<action>wizard:createContent</action>
</action>Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.