Param |
Method |
Event |
|
|
SetActiveTab v1.1 or higherSpecifies the active tab when CrossEditor is loaded.
SyntaxHRESULT SetActiveTab( Parameters[put] newVal [in] Specifies the tabs to be displayed.
Return ValuesReturns the currently set value.
RemarksFor this method to be called successfully, it must be called after the Main class is called and the editor is loaded.
Sample CodeJavaScript var object = new NamoSE("test"); object.editorStart(); object.SetActiveTab(2); |