The Mobile Application Builder for Zimbra Community 8 uses Studio Widgets to render the content of pages. Studio Widgets access the Widget API of Zimbra Community 8 remotely. The Mobile Application Builder enables new mobile-specific extensions to the Widget API to be used.
Each widget API extension is defined using an <extension /> node in a configuration file installed with the server components of the Mobile Application Builder.
Definition Format
The format of each extension definition is:
<extension type="..." />
<extension>
Represents a new widget API extension to be used within the Mobile Application Builder.
type
The full .net type name of the extension implementing the IScriptedContentFragmentExtension interface of the Telligent.Evolution.RemoteScriptedContentFragments assembly. This interface requires an extension name and extension object, similar to the Zimbra Community 8 version.