04-09-2010 02:28 PM
<config>
<actions>
<action id="custom_page">
<label>Create Page</label>
<image>/images/icons/mypage.gif</image>
<action>dialog:customPage</action>
</action>
<action-group id="add_content_menu">
<action idref="custom_page" />
</action-group>
</actions>
<dialogs>
<dialog name="customPage" page="/jsp/extension/customPage.jsp" managed-bean="CustomPageDialog"
icon="/images/icons/add_content_large.gif" title="My Custom Page"
description="Custom page for data collection">
</dialog>
</dialogs>
</config>
<managed-bean>
<managed-bean-name>CustomPageDialog</managed-bean-name>
<managed-bean-class>com.abi.dialog.CustomPageDialog</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>nodeService</property-name>
<value>#{NodeService}</value>
</managed-property>
<managed-property>
<property-name>browseBean</property-name>
<value>#{BrowseBean}</value>
</managed-property>
<managed-property>
<property-name>contentService</property-name>
<value>#{ContentService}</value>
</managed-property>
<managed-property>
<property-name>dictionaryService</property-name>
<value>#{DictionaryService}</value>
</managed-property>
</managed-bean>
04-13-2010 08:00 AM
public boolean getFinishButtonDisabled() {
return false;
}
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.