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
838
Автор дополнения
Packages
3
Downloads
838
Version 1.2.1-pl
Release date 01.19.2020
Downloads 77
Views 944
Warning! This component requires PHP version 5.6 or higher! If your site uses PHP less than required, the installation of this package could break it.
Warning! This package requires MODX not less than 2.4 !
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.