Wiki source code of App Event
Version 28.1 by Rabie Chettahi on 2021/03/25 11:52
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | = Definition = | ||
6 | |||
7 | App Event allows you to run scenarios and actions based on events (buttons for example). | ||
8 | |||
9 | |||
10 | = Icon = | ||
11 | |||
12 | [[image:App events.png]] | ||
13 | |||
14 | |||
15 | = Configuration = | ||
16 | |||
17 | |||
18 | * **Drag the AppEvent Listener:** | ||
19 | |||
20 | [[image:2021-03-23 12_14_44-Window.png||height="454" width="923"]] | ||
21 | |||
22 | |||
23 | * **Go to Propriety:** | ||
24 | |||
25 | [[image:2021-03-23 12_19_15-Window.png]] | ||
26 | |||
27 | |||
28 | App Event Listener is characterized by: | ||
29 | |||
30 | - URI : a name to be given in order to be selected as a reference for our App event. | ||
31 | |||
32 | - GET : Method | ||
33 | |||
34 | |||
35 | * **Go to Documents** | ||
36 | |||
37 | Create a new Button then select the App Event as an action : | ||
38 | |||
39 | |||
40 | [[image:2021-03-23 15_33_00-Window.png||height="481" width="930"]] | ||
41 | |||
42 | |||
43 | |||
44 | This Button is linked to an AppEvent Action: | ||
45 | |||
46 | |||
47 | [[image:2021-03-23 15_36_03-Window.png||height="312" width="941"]] | ||
48 | |||
49 | |||
50 | In the previous section we have to specify: | ||
51 | |||
52 | - the Action Type which is the AppEvent | ||
53 | |||
54 | - Id Process: the scenario | ||
55 | |||
56 | - Name of listener: URI that we defined previously | ||
57 | |||
58 | |||
59 | |||
60 | |||
61 |