Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Overview

...

The Scheduler is fully responsive to changes made within the Mendix platform meaning you have the ability to search for resources and events from outside of the widget. Making it easy to configure and customize to meet the specific needs of your application.

...

Info

For an example see: search in events and resources

Implementation

...

There are multiple ways to create a custom search functionality. One simple approach is to add a search attribute to the scheduler context for both events and resources. After that, you can create a data source microflow or nanoflow for your resources and events, which uses this attribute in an xpath query. To illustrate, for events, the xpath query may look something like this:

...