Mendix Client 5 API Documentation


Changes

This section describes the changes made since the previous version of the client.

Merge of desktop and mobile widgets

In the Mendix 5 client release, the difference between desktop and mobile widgets has been lifted. The widgets and other UI parts have been moved to a single namespace, mxui. The mobile namespace (mobile) has been removed and common functionality has been merged. Widgets should now be defined using dojo.declare, and inherit from mxui.widget._WidgetBase.

Namespace changes

Deprecations

Deprecated functionality is supported for two major releases after the deprecation notice to allow for code updates. After this deadline, deprecated functions may be removed from the platform.

Deprecation notes also exist for version 3 and version 4 of the platform.