Business Console 10.7 | webMethods Business Console Documentation | Developing Gadgets for Business Console | Creating User Interface for Gadgets | Embedding a Gadget within Another Gadget
 
Embedding a Gadget within Another Gadget
You can embed a gadget inside another gadget by editing the bc-gadget tag as follows:
<bc-gadget widget-model="<GADGET_ID>" params="{ key1:value1, key2:value2 }" embed="true"> </bc-gadget>
where:
*GADGET_ID is the unique identifier of the gadget.
*key is the parameter key.
*value is the parameter value.