Parameter Description
me Object triggering the event
eventInfo Reserved for future use
JavaScript will be executed when the page is active, that is when the page is loaded.
function Page1_onActivate(me, eventInfo) {
//do something…
}
onDeactivate
void onDeactivate( me, eventInfo )
This event occurs when leaving the page.
Parameter Description
me Object triggering the event
eventInfo Reserved for future use
function Page1_onDeactivate(me, eventInfo) {
//do something…
}
onWheel
void onMouseWheelClock( me, eventInfo )
This event occurs when a wheel device is moving (for example, a mouse wheel).
Parameter Description
me Object triggering the event
eventInfo Details of triggered event
function Page1_onMouseWheelClock(me, eventInfo) {
//do something…
}
System events
System events can be related to:
344
HMWIN Studio |User Manual|v206 (2017-06-30) |EN|© 2014-2017 Panasonic Electric Works Europe AG
System events