Plumtree Pluggable Navigation API  
 

RulesDebugMSGDP.GetFormTitle Method 

This is a helper method that all classes that inherit from AFormDP and want to have the Done and Cancel buttons displayed in the header for them need to implement. The method should return the title add whatever HTML the child class wants to display to the body argument. The parent class will then add that HTML to the HTMLPage after filling in the banner and navigation. Override this method to set the form title

public override string GetFormTitle();

Return Value

String the title for the form header (if used)

See Also

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