This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| eb_guide [2019/03/11 08:31] admin | eb_guide [2019/03/18 08:08] (current) admin | ||
|---|---|---|---|
| Line 101: | Line 101: | ||
| If a script is part of a widget, it can access the properties of that widget. EB GUIDE Script creates a variable called ''v:this'' to access the properties using the dot notation | If a script is part of a widget, it can access the properties of that widget. EB GUIDE Script creates a variable called ''v:this'' to access the properties using the dot notation | ||
| - | ### Frequently used code | + | [[EBguide Frequently used code]] | 
| ````fire ev:mouseClick(10, 20); // "mouseClick" has two integer parameters (P78, there are more command like "cancel_file and match_event") | ````fire ev:mouseClick(10, 20); // "mouseClick" has two integer parameters (P78, there are more command like "cancel_file and match_event") | ||
| ```` | ```` | ||