Plumtree Portal UI  
 

PlumtreeHelpers.GetSpacerImage Method 

Helper function to retrieve the spacer image with specified dimensions

public static HTMLImg GetSpacerImage(
   string strWidth,
   string strHeight
);

Parameters

strWidth
Width of the spacer image
strHeight
Height of the spacer image

Return Value

The spacer image

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace