pimvdnoll / Notification

Display a custom message in a Mendix app, based on the noty jQuery plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Notification

This widget provides the functionality to display a custom message, sourced from either a transient or persistent object. The message is rendered utilizing the noty jQuery plugin, so the position, style, and timeout can all be configured.

Getting Started

  • The Notification widget can be downloaded from within the Mendix Business Modeler in the Mendix Appstore into any model that is built with Mendix 5+

Configuration

  • Drop the widget into the context of an entity
  • Apply the following properties:
  • Show Notification - Boolean attribute to determine if the message should be rendered
  • Display Text - String attribute, containing the message to be displayed
  • Layout - The position of the message
  • Type - The appearance of the message
  • Timeout - How long the message should be displayed, before fading out (in milliseconds.) Set this property to 0 to render the message until it is clicked by the user

About

Display a custom message in a Mendix app, based on the noty jQuery plugin

License:Apache License 2.0


Languages

Language:Java 95.7%Language:JavaScript 4.3%Language:HTML 0.0%Language:CSS 0.0%