object.xhtml

来自「原名JSPackager」· XHTML 代码 · 共 44 行

XHTML
44
字号
<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.xidea.org/taglib/xhtml"
	xmlns:c="http://www.xidea.org/taglib/core">
<head>
<link rel="stylesheet" type="text/css" href="${css}" />
<meta http-equiv="Content-Type" content="text/html;utf-8" />
<title>Object Information:${objInfo.name}</title>
</head>
<body>
<c:if test="${objInfo.fileInfo.pkgInfo.name}">
	<h2><a
		onclick="return parent.jsdoc.gen({cmd:'genPackage',args:['${objInfo.fileInfo.pkgInfo.name}']},'')"
		href="#">${objInfo.fileInfo.pkgInfo.name}</a></h2>
</c:if>
<h2>瀵硅薄淇℃伅</h2>
<table border="0" cellpadding="0" width="100%" cellspacing="0"
	class="content">
	<thead>
		<tr>
			<th><span class="obj-object"> ${objInfo.getAccess()} <a
				onclick="return parent.jsdoc.gen({cmd:'genSource',args:['${objInfo.fileInfo.name}','${objInfo.fileInfo.pkgInfo.name}']},'${objInfo.name}')"
				href="#">${objInfo.name}</a></span> <c:set var="cons"
				value="${objInfo.getConstructorInfo()}" /> <c:if test="${cons}">
					(<a class="obj-constructor"
					onclick="return parent.jsdoc.gen({cmd:'genObject',args:['${cons.name}','${cons.fileInfo.pkgInfo.name}']},'${cons.name}')"
					href="#">${cons.name}</a>)
			</c:if></th>
		</tr>
	</thead>
	<tr>
		<td>
		<ul>
			<c:out value="${objInfo.getDescription()}" default="&#160;"
				escapeXml='false' />
		</ul>
		</td>
	</tr>
</table>
<c:set var="si" value="${objInfo.getStaticInfos()}" />
<c:if test="${si}">
	<table cellpadding="0" width="100%" cellspacing="0" class="content">
		<thead>
			<tr>
				<th colspan="3">瀵硅薄灞炴

⌨️ 快捷键说明

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