Conduit API
Case Study
Web Page API -> IsSupportedFunction
 
This function is used in order to check whether a specific function is supported by at least one of the toolbars which are installed.
 
IsSupportedFunction(strFunctionName)
 
Parameter Description Range Type
strFunctionName The name of the function not null or empty string
 
An array that contains the following fields (for each cell):
Field Name Description Type
returnValue Indicates whether the operation was successful.
True - The function is supported by at least one toolbar
False - The function is not supported by any toolbar
boolean
errorCode
Specific error code. See Error Code Table for additional information.
int
 
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example contains a button that when clicked upon will check if one of the installed and visible Conduit powered toolbars supports the function "AddAlert".