Uiinfrastructure API Docs  
 

EditorView.GetHeaderView Method 

Returns the header for the view. In the case that your Activity Space is not extended from EditorAS, but your view is, you will need to overwrite GetHeaderView with this same code, with the exception that you will be passing your m_asOwner. In here, the m_asOwner is expected to be of type EditorAS.

public virtual HTMLElement GetHeaderView(
   string _sHeaderTitle
);

Parameters

_sHeaderTitle
Title you want to display in the header.

Return Value

HTMLTable

See Also

EditorView Class | com.plumtree.uiinfrastructure.editor Namespace