10-05-2009 05:23 AM
10-05-2009 08:48 AM
<!– View document details –>
<action id="details_doc">
<label-id>view_details</label-id>
<image>/images/icons/View_details.gif</image>
<action-listener>#{BrowseBean.setupContentAction}</action-listener>
<action>dialog:showDocDetails</action>
<params>
<param name="id">#{actionContext.id}</param>
</params>
</action>
<!– Actions for a document in the Browse screen –>
<action-group id="document_browse">
<show-link>false</show-link>
<style-class>inlineAction</style-class>
<!– New style edit online/offline actions –>
<action idref="upload_new_version" />
<action idref="edit_doc_online_webdav" />
<action idref="edit_doc_online_cifs" />
<action idref="edit_doc_online_http" />
<action idref="edit_doc_offline" />
<action idref="done_editing_doc" />
<action idref="cancel_editing_doc" />
<!– Remove these if you don't want old style Checkin/Checkout to appear at all –>
<action idref="checkin_doc" />
<action idref="cancelcheckout_doc" />
<!– Old actions previously used for online/offline editing –>
<!– If old behaviour is required uncomment the actions below and comment out the new ones above –>
<!–
<action idref="edit_doc_http" />
<action idref="edit_doc_webdav" />
<action idref="edit_doc_cifs" />
–>
<action idref="download_doc" />
<action idref="details_doc" />
<action idref="delete_doc" />
</action-group>
<!– Definition of the edit content properties dialog –>
<dialog name="editContentProperties" page="/jsp/content/edit-content-properties.jsp"
managed-bean="EditContentPropertiesDialog" icon="/images/icons/edit_properties_large.gif"
title-id="modify_content_properties" description-id="edit_content_description" />
10-05-2009 09:04 AM
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.