No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Unsubscribing from Parent Events in a Visualforce Page
The following code example shows how to call the unsubscribe method within a Visualforce page to unsubscribe from two events.
1swfobject.registerObject("clippy.codeblock-0", "9"); Sfdc.canvas.controller.unsubscribe(['mynamespace.myevent2', 'mynamespace.myevent2']);
2