modxNotes

An Extra for creating notes for MODX Revolution
Free
Download the package from the manager of your site.
How to download?
The author
Баха
Packages
3
Downloads
1 303
Автор дополнения
Packages
3
Downloads
1 303
Version 1.2.1-pl
Release date 01.19.2020
Downloads 86
Views 1 987
The modxNotes component for CMS MODX Revolution written without using ExtJS in pure Javascript.



It has a modxNotes snippet for displaying notes on front-end.

Events:


You can create your own plugins and register them for these events. All events will receive one variable objectwith note object.

  • mnOnBeforeCreateNote — Fires before creating a note.
  • mnOnCreateNote — Fires after creating a note.
  • mnOnBeforeUpdateNote — Fires before updating a note.
  • mnOnUpdateNote — Fires after updating a note.
  • mnOnBeforeRemoveNote — Fires before removing a note.
  • mnOnRemoveNote — Fires after removing a note.


Thanks for your attention.