Namespace jQuery.sap.actModule: jquery.sap.act
Method Summary
attachActivate(fnFunction, oListener?)Registers the given handler to the activity event, which is fired when an activity was detected after a certain period of inactivity.
detachActivate(fnFunction, oListener?)Deregisters a previously registered handler from the activity event.
Method Detail
attachActivate(fnFunction, oListener?)
Registers the given handler to the activity event, which is fired when an activity was detected after a certain period of inactivity.
The Event is not fired for Internet Explorer 8.
Parameters:
{function} | fnFunction | The function to call, when an activity event occurs. |
{Object} | oListener? | The 'this' context of the handler function. |
detachActivate(fnFunction, oListener?)
Deregisters a previously registered handler from the activity event.
Parameters:
{function} | fnFunction | The function to call, when an activity event occurs. |
{Object} | oListener? | The 'this' context of the handler function. |