|
Element "zpro > ProcessForm > ExecutionDef" |
|
|
ExecutionDef Element is exactly the same as ExecutionCommand element except that there is no command button that triggers the submit of the ProcessForm. Instead you can use any type of element (Image, Text, animated buttons) anywhere in the page to trigger the form submission. For all the explanations please refer to ExecutionCommand element. How to invoke an ExecutionCommand? A process command defined with ExecuteCommand or ExecutionDef elements can be invoked using the following MoreMotion Face function.
formName is the name of the Process Form and, commandName is the name of the Process Command (ExecuteCommand or ExecutionDef elements) existing in that Process Form. |