assembler.jsp
来自「j2ee开发优秀的表格控件」· JSP 代码 · 共 35 行
JSP
35 行
<%@ taglib uri="/tld/c" prefix="c" %><html><head> <title>eXtremeComponents</title></head><body> <h3>TableAssembler</h3> <p> It is now possible to generate a table inside of java code. You can see an example of the code <a href="http://extremecomponents.org/forum/viewtopic.php?t=227">posted on the forum</a>. </p> <br/> <c:out value="${assembler}" escapeXml="false"/> <br/> <p> Below is the code that generates the above display. </p> <pre><b><c:out value="${assembler}" escapeXml="false"/></b></pre></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?