Documentation
APP
usage
<APP ID="number">
<INFO>
<ID>number</ID>
<CREATORID>contactID</CREATORID>
<OWNERID>contactID</OWNERID>
<GROUPID>groupID</GROUPID>
<MODIFIERID>contactID</MODIFIERID>
<CREATIONDATE>YYYY-MM-DD hh:mm:ss</CREATIONDATE><!-- automatically filled by Sushee -->
<MODIFICATIONDATE>YYYY-MM-DD hh:mm:ss</MODIFICATIONDATE><!-- automatically filled by Sushee -->
<DENOMINATION>text</DENOMINATION>
<ICON>url</ICON>
<URL>url</URL>
<TYPE>officity</TYPE>
<TIMESTAMP>YYYY-MM-DD hh:mm:ss</TIMESTAMP>
<VERSION>major.minor.revision</VERSION>
<RESOURCEXML>
<CSS>text</CSS>*
<JS>text</JS>*
<RESOURCEXML>
<NAMESPACE>text</NAMESPACE>
</INFO>
</APP>
paramètres
DENOMINATION: the name of the application
ICON: an icon representing the application in the Officity springboard. Relative to the namespace.
URL: the final part of an url to call the application in a navigator. The complete URL is composed like this : /environment-folder/namespace/url/
RESOURCEXML: a lis of CSS and javascript files used in the application. They will loaded transparenly when the application is launched in Officity. Relative to the application.
NAMESPACE: The namespace the application is in. See the NAMESPACE object.
Object describing an application available in Officity
exemples
<APP ID="1108">
<INFO>
<ID>1108</ID>
<DENOMINATION>Terminal</DENOMINATION>
<TIMESTAMP>2011-11-29 15:25:14</TIMESTAMP>
<VERSION>0.0.4</VERSION>
<ICON>terminal/images/icons/terminal-32.png</ICON>
<URL>terminal</URL>
<TYPE>officity</TYPE>
<RESOURCEXML>
<JS>js/fieldselection.js</JS>
<CSS>css/common.css</CSS>
</RESOURCEXML>
<NAMESPACE>officity</NAMESPACE>
</INFO>
</APP>