webMethods Business Console Documentation 10.5 | 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.

Copyright © 2014-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.