Param |
Method |
Event |
|
|
GetActiveTabv3.0 or higher현재 활성화된 탭의 번호를 얻어옵니다.
Return Values
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.EditorStart(); function OnInitCompleted(e) { var info = CrossEditor.GetActiveTab(); alert(info); }
See Also
|