AppSuite:Extension points for core: Difference between revisions

From Open-Xchange
mNo edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- !!! -->
<!-- PLEASE APPLY CHANGES ONLY TO THE NEW TECHNICAL DOCUMENTATION: wd/frontend/web/documentation -->
<!-- !!! -->
{{Stability-experimental}}
{{Stability-experimental}}


Line 9: Line 13:
==io.ox/core/apps/store==
==io.ox/core/apps/store==
==io.ox/core/desktop==
==io.ox/core/desktop==
==io.ox/core/http/mappings==
* used to adjust specified columns
'''example: adjust fields used if msisdn support is enabled'''
<pre class="text">ext.point('io.ox/core/http/mappings').extend({
    id: 'keywords',
    customize: function (mapping) {
        keywordMapping.contacts.msisdn = ['551', '552']; //cellular telephone numbers only
    }
});
</pre>
==io.ox/core/notifications/due-tasks/header==
==io.ox/core/notifications/due-tasks/header==
==io.ox/core/notifications/due-tasks/item==
==io.ox/core/notifications/due-tasks/item==

Latest revision as of 09:20, 10 February 2016


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/notifications/due-tasks/header

io.ox/core/notifications/due-tasks/item

io.ox/core/notifications/invites/header

io.ox/core/notifications/invites/item

io.ox/core/notifications/mail/header

io.ox/core/notifications/mail/item

io.ox/core/notifications/register

io.ox/core/notifications/task-reminder/header

io.ox/core/notifications/task-reminder/item

io.ox/core/person:action

io.ox/core/relogin

io.ox/core/tk/attachments/links

io.ox/core/topbar

io.ox/core/topbar/favorites

io.ox/core/topbar/launchpad

io.ox/core/topbar/right

io.ox/core/topbar/right/dropdown