Param |
Method |
Event |
|
|
ShowTabSpecifies whether to display the Edit, HTML and Preview tabs.
SyntaxHRESULT ShowTab ( ParametersbShow [in] Specifies whether to display the tabs
Return ValuesNone
RemarksFor this method to be called successfully, it must be called after the Main class is called and the editor is loaded. If there is no bShow parameter, it is set to 'true' by default.
Sample CodesJavaScript var object = new NamoSE("test"); object.EditorStart(); object.ShowTab(false);
|