Uiinfrastructure API Docs  
 

AFormDP.SetShow508FormFooter Method 

This method sets whether or not the form should display the done and cancel buttons at the bottom of the page in 508 mode. This variable is ignored in normal mode. It is only valid in 508 and low bandwidth modes. This is for developers who provide their own buttons in standard mode, but want to use the AFormDP buttons in 508 mode (such as the editor).

public void SetShow508FormFooter(
   bool bShow508Footer
);

Parameters

bShow508Footer

See Also

AFormDP Class | com.plumtree.uiinfrastructure.form Namespace