<config>
<actions>
<action id="email_notify" >
<image>/images/icons/email_users.gif</image>
<label>email_notify</label>
<action>wizard:runActionNotifyUsersByEmail</action>
<action-listener>#{WizardManager.setupParameters}</action-listener>
<params>
<param name="id">#{actionContext.id}</param>
</params>
</action>
<action-group id="document_browse">
<action idref="email_notify" />
</action-group>
</actions>
</config>
<config>
<wizards>
<wizard name="runActionNotifyUsersByEmail" managed-bean="RunActionWizard"
title-id="run_action_title" description-id="run_action_desc"
icon="/images/icons/new_rule_large.gif">
<step name="actions" title-id="actions" description="">
<page path="/jsp/actions/actionsmail.jsp"
title-id="run_action_step1_title"
description=""
instruction-id="default_instruction" />
</step>
<step name="summary" title-id="summary" description-id="summary_step_description">
<page path="/jsp/wizard/summary.jsp"
title-id="summary"
description-id="summary_desc"
instruction-id="run_action_finish_instruction" />
</step>
</wizard>
</wizards>
</config>
<h:selectOneMenu value="#{WizardManager.bean.action}"
id="action" onchange="javascript:itemSelected(this);">
<f:selectItems value="#{WizardManager.bean.actions}" />
</h:selectOneMenu>
Par:
<h:selectOneMenu value="#{WizardManager.bean.action}"
id="action" onchange="javascript:itemSelected(this);">
<f:selectItem itemValue="mail" itemLabel="Send an email to specified users" />
</h:selectOneMenu>
<h:commandButton id="set-add-button" value="#{msg.set_and_add_button}"
action="#{WizardManager.bean.promptForActionValues}"
disabled="true"/>
Par:
<h:commandButton id="set-add-button" value="#{msg.set_and_add_button}"
action="#{WizardManager.bean.promptForActionValues}"
disabled="false"/>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.