Process Elements

Top  Previous  Next

Since Process Elements are MoreMotion Face Elements they are also denoted with special "mo:" attributes attached to standard elements on a HTML document.

 

 

 

 

 

ProcessForm

Process Command

ProcessBlock

ProcessRecord

CheckBox

ComboBox

EditArea

EditBox

HiddenBox

ListBox

OptionBox

TextBox

[****]

PMF_Elements



 

 

See Understanding Process Elements and Process Configuration Elements

 
Required Javascript Files

If any of the above process elements is used in a Page XSL Stylesheet the following Javascript files must be linked to the page in the HEAD section of the HTML document.

  <head> 
    <script type="text/javascript" src="moremotion/face/Process/Process.js"></script>
    <script type="text/javascript" src="moremotion/face/_resources/<language-code>/Process.js"></script>
  </head>

Note that <language-code> should be replaced with the language code (e.g. en,de or tr) of the page to link the correct resources.