Param

Method

Event

 

 

ShowTab

Specifies whether to display the Edit, HTML and Preview tabs.

 

Parameters

bShow

Specifies whether to display the tabs

TRUE

Display tabs

FALSE

Do not display tabs (does not display line)

NULL (Ver. 1.5+)

Do not display tabs (displays line)

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.EditorStart();

function OnInitCompleted(e) {
	CrossEditor.ShowTab(false);
}