Creating events: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Events are always created using the same method:
Events are always created using the same method:


:'''(A)''' Determine a trigger.
1. Determine a trigger. '''(A)'''
:'''(B)''' Name the receiver.  
 
:'''(C)''' Determine the event type.
2. Name the receiver. '''(B)'''
:'''(D)''' If necessary - specify the time.
 
:'''(E)''' If necessary - specify the value.  
3. Determine the event type. '''(C)'''
:'''(F)''' A Javascript can also be specified. Documentation for this can be found in the download area (Javascript Command Reference): [http://www.mxwendler.net/fileadmin/user_upload/downloads/javascript_reference-2.3.pdf]
 
4. If necessary - specify the time. '''(D)'''  
 
5. If necessary - specify the value. '''(E)'''  
 
6. A Javascript can also be specified. Documentation for this can be found in the download area (Javascript Command Reference): [http://www.mxwendler.net/fileadmin/user_upload/downloads/javascript_reference-2.3.pdf] '''(F)'''





Revision as of 15:24, 27 March 2019

Events are always created using the same method:

1. Determine a trigger. (A)

2. Name the receiver. (B)

3. Determine the event type. (C)

4. If necessary - specify the time. (D)

5. If necessary - specify the value. (E)

6. A Javascript can also be specified. Documentation for this can be found in the download area (Javascript Command Reference): [1] (F)




The following event types are available:


File:Event Types Kopie.png