Uiinfrastructure API Docs  
 

EditorDP.CreateContentTable Method 

Creates the content table without the left nav bar.

public virtual HTMLTable CreateContentTable(
   HTMLElement _Views,
   string _sSubHeaderTitle
);

Parameters

_Views
_sSubHeaderTitle
Title for the sub header. Pass in null if you don't want the sub header. Warning: if you pass in null, any code from GetHTMLBelowSubHeader will not be displayed either.

Return Value

HTMLTable

See Also

EditorDP Class | com.plumtree.uiinfrastructure.editor Namespace