Conduit API
Case Study
HTML Apps -> RefreshComponentById
 
Instantly refreshes a specific toolbar component by componentId.
 
RefreshComponentById(componentId)
 
Parameter Description Range Type
componentId The unique component id that is meant to be refreshed. not null or empty string String
 
Description Type
True – in case the component was found, otherwise false Boolean
 
This function can be used both with the HTML component and with the gadget window.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 


To use this function, you’ll first need to isolate the componentId of the component you wish to refresh. To isolate the componentId: Important note: Do not call this function from the component you wish to refresh.