Conduit API
Case Study
OtherAPI -> EBOpenPopHtml
 
This function is used in order to launch a Gadget from a link button or a menu button.
 
Use the following format in the component's URL:
javascript:EBOpenPopHtml('SOME_URL',HEIGHT,WIDTH);
 
Parameter Description Range Type
Url The URL target for the Gadget window not null or empty string
Height The Height of the Gadget window >0 int
Width The Width of the Gadget window >0 int
 
None.
 
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
The following example adds a link button that uses the EBPopHTML function.