03-23-2009 12:01 PM
03-24-2009 03:54 AM
03-24-2009 04:15 AM
public String getJSPPath()
{
return "/jsp/custom/create-custom-space.jsp";
}
<config>
<actions>
<!– Quick Checkout document –>
<action id="quick_checkout_doc">
<evaluator>
org.alfresco.web.action.evaluator.CheckoutDocEvaluator
</evaluator>
<label-id>quickcheckout</label-id>
<image>/images/extension/QuickCheckOut_icon.gif</image>
<action-listener>….
03-24-2009 01:05 PM
// Action
Action action = null;
// Execute Action
action = this.getActionService().createAction("myaction", params);
this.getActionService().executeAction(action, startNode);
<bean id="webscript.com.sample.company.customspace.get" class="com.sample.alfresco.AuthenticationScript" parent="webscript">
<property name="actionService">
<ref bean="ActionService" />
</property>
</bean>03-25-2009 04:22 AM
04-06-2009 04:34 AM
04-06-2009 06:10 AM
04-06-2009 06:31 AM
04-07-2009 07:26 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.