Conduit API
Case Study
HTML Apps -> EBGlobalKeyChanged
 
This event callback is called whenever a global key changes via SetGlobalKey().
 
EBGlobalKeyChanged(key, value)
 
Parameter Description Range Type
key The name of the global key that was changed. not null or empty string string
value The value of the key. not null or empty string string
 
null
 
This function can be used both with the HTML component and with the gadget window.
Global keys can be stored and shared in HTML components and Gadgets that are hosted on various domains and by all toolbars groups.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.