AppSuite:Extension points for core
From Open-Xchange
API status: In Development
Extension points for appsuite core
Abstract: This describes extension points for the appsuite core, allowing you to add functions.
io.ox/core/apps/category
io.ox/core/apps/installed
io.ox/core/apps/manage
io.ox/core/apps/store
io.ox/core/desktop
io.ox/core/http/mappings
- used to adjust specified columns
example: adjust fields used if msisdn support is enabled
ext.point('io.ox/core/http/mappings').extend({ id: 'keywords', customize: function (mapping) { mapping.contacts.msisdn = ['551', '552']; //cellular telephone numbers only } });