Events let you to trigger an event as custom way for example by a custom button placed in the Menu Bar or as Context Manu.

1. Create a custom button under UserManager, UserName (default for all users), in the QuickJump select Webinterface, scroll down a little and at the Buttons section click on 'Add':

[attachments|customButton2.png]

Add the following javascript function for this button:

[attachments|customButtonFunction.png]\\

{{{
javascript:customEvent({paths:"{files}"});
}}}

2. Create the custom event: under UserManager, UserName (default for all users), in the QuickJump select Webinterface, scroll down a little and at the Buttons section click on 'Add Event':