📄 object.xhtml
字号:
<?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=" "
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -