Plumtree Pluggable Navigation API  
 

NavigationCommonHelpers.GetSpacerImage Method 

Helper function that creates a spacer Image with specified width and height

public static HTMLImg GetSpacerImage(
   string sWidth,
   string sHeight
);

Parameters

sWidth
Spacer image width
sHeight
Spacer image height

Return Value

HTMLImg HTMLImg construct

See Also

NavigationCommonHelpers Class | com.plumtree.portalpages.common.uiparts Namespace