removeTabStateChange (Client API reference)
Removes a function to be called when the TabStateChange event occurs..
Syntax
tabObj.removeTabStateChange(myFunction);
Parameter
Name | Type | Required | Description |
---|---|---|---|
myFunction |
function reference | Yes | The function to be removed from the TabStateChange event. |