Uiinfrastructure API Docs  
 

StatusView.GetJSShowStatusInBodyRestricted Method 

Returns the method from GetJSShowStatusInBody but additionally wraps it in a check that makes sure the the repost argument is one of the values in the repost values.

public static string GetJSShowStatusInBodyRestricted(
   string strRepostArgument,
   int[] aRepostValues,
   string strSpacing
);

Parameters

strRepostArgument
The argument that should contain your value.
aRepostValues
The values to check your argument against.
strSpacing
Optional spacing for formatting purposes.

Return Value

Check-Wrapped Javascript method that shows the status bar in place of the body.

See Also

StatusView Class | com.plumtree.uiinfrastructure.form.status Namespace