Aqualogic Interaction API  
 

IPTPageTemplate.AddGadgetEx Method 

Add a gadget to a column in the current page template. It adds this gadget to the gadgets that are already in this column.

void AddGadgetEx(
   int nGadgetID,
   int nGadgetColumn
);

Parameters

nGadgetID
- gadget id that is to be added
nGadgetColumn
- column id in which to place the gadget

See Also

IPTPageTemplate Interface | com.plumtree.server Namespace