Document toolboxDocument toolbox

3.3.5. Build in edit popup & Mendix edit popup

Build in edit popup

image-20240722-135151.png
image-20240722-135239.png

By default, the built-in edit popup is enabled, allowing you to quickly add edit functionality to the widget in a user friendly way. However, in some cases, it might be preferable to handle this entirely within Mendix. In such cases, the feature can be disabled, and a custom Mendix popup can be shown using the on double-click action or the event menu.

Mendix popup

If the built-in edit popup doesn't meet your needs or if you want to customize the editing behavior, you can disable it. When the edit popup is disabled, the "on event create" microflow or nanoflow will be triggered when you drag to create an event or double-click on a valid part of the agenda. If you enable this feature, ensure that your "on event create" microflow or nanoflow opens the edit popup as needed (see image below).