Uiinfrastructure API Docs  
 

HTMLConstructHelpers.GetActionBar Method 

Returns an "Action Bar" banner, an HTMLTable of style actionbar_object containing an arbitrary number of "buttons" (HTMLAnchors with images and text attached) or other HTMLElements. The Elements are passed in as an collection, along with the view name and activity space where this banner will be displayed

public static HTMLElement GetActionBar(
   HTMLElementCollection myElements,
   string strViewName,
   AActivitySpace sp
);

Parameters

myElements
- An array of pre-constructed HTMLElements
strViewName
- The name of the view where this banner will be displayed
sp
- The activity space this banner will reside in

Return Value

HTMLElement

See Also

HTMLConstructHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace