Your Apps
|
AppCoder
Event outRange
Fires when tag becomes out of range.
Assign a function to this event to handle it. For example
<#tag#>.outRange=
function
(tag){ KumoApp.Log(tag.name +
"is out of range"
); };