contentsdata.js

来自「sip介绍 sip介绍 sip介绍」· JavaScript 代码 · 共 24 行

JS
24
字号
var ContentItems = [
	["Introduction", null, "1",
		["Welcome", "source/Welcome.html", "11"],
		["Development environment", "source/Development_environment.html", "11"],
		["Getting Started", "source/Getting_started.html", "11"],
		["Licensing", "source/Licensing.html", "17"],
		["License Agreement", "source/License_Agreement.html", "17"]
	],
	["Reference", null, "1",
		["ClientSession object", "source/ClientSession object.html", "11"],
		["SipCallMaker object", "source/SipCallMaker object.html", "11"],
		["SipRegistrator object", "source/SipRegistrator object.html", "11"],
		["SipMessager object", "source/SipMessager object.html", "11"],
		["Error Codes", "source/Error Codes.html", "11"]
	],
	["Support and Service", null, "1",
		["Technical support", "source/Technical support.html", "27"],
		["Our Service", "source/Our Service.html", "27"],
		["Online Helpdesk", "http://helpdesk.conaito.com/", "14"],
		["Forum", "http://www.conaito.de/forum/default.asp", "14"]
	]
];

var gInitURL = "source/Welcome.html"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?