MoreMotion Face

Top  Previous  Next

MoreMotion Face is an open source Javascript framework designed to provide high level interactions for the MoreMotion applications. The MoreMotion Face library includes rich set of Ajax compatible Javascript classes ready to deploy in the pages. On the other hand the provided API lets the users to develop their own classes to extend the functionality along with their needs.

MoreMotion Page XSL Stylesheet

MoreMotion Face Elements

mo:pageInfo Attribute

 

See MoreMotion Face API

 

Required Javascript Files

The following Javascript files must be linked to the every MoreMotion Page XSL Stylesheet in the HEAD section.

  <head> 
    <script type="text/javascript" src="moremotion/face/Common.js"></script>
    <script type="text/javascript" src="moremotion/face/_resources/<language-code>/Common.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.