📄 help.jsp
字号:
<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
<portlet:defineObjects/>
<p>This portlet manages portlet instances and windows.
The combox box helps you to choose a deployed web application
that contains portlet components.</p>
<div align="center"><img border="1" src="<%= renderRequest.getContextPath() %>/images/admin/pic1.png"/></div>
<p>Once a web application is chosen you can then look at all the component
it contains and choose one by clicking on its component name.</p>
<div align="center"><img border="1" src="<%= renderRequest.getContextPath() %>/images/admin/pic2.png"/></div>
<p>Then you have a table that contains all the running instances
of the selected component. You can :
<ul><li>create one instance by filling the
form. You mut pay attention to the fact that you cannot give to the
instance a name that already exist in the selected portal.</li>
<li>remove a running instance.</li>
<li>click on a running instance to look at its associated windows.</li>
</ul></p>
<div align="center"><img border="1" src="<%= renderRequest.getContextPath() %>/images/admin/pic3.png"/></div>
<p>Last but not least you see all the windows for a given instance component.
You can :
<ul>
<li>remove a window</li>
<li>create a new window by giving it a name, choosing a place on the screen
with the combo box ans choose an height. You must pay attentien that the height
must be a valid number like 0,1,2,....
</ul></p>
<div align="center"><img border="1" src="<%= renderRequest.getContextPath() %>/images/admin/pic4.png"/></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -