Param |
Method |
Event |
|
|
ShowTabSpecifies whether to display the Edit, HTML and Preview tabs.
Parameters
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.EditorStart(); function OnInitCompleted(e) { CrossEditor.ShowTab(false); }
|