calendar.vm

来自「这是一个关于java的JSP页面中使用象Swing组件的一个库文件.」· VM 代码 · 共 16 行

VM
16
字号
<table id="${gridId}" class="${gridClass}" ${otherAttributes}></table><script type="text/javascript">uiHtml_Window.getInstance().appendEventHandler("load", function(e) {  var calendarId = uiCalendar_driver.createSuite("${gridId}", new Array(#foreach ($label in ${dayLabels})  "${label}" #if ($velocityCount < ${velocityAdapter.getArrayLength(${dayLabels})}),#end#end ), ${classResolver}, ${actionResolver});#foreach ($codeLine in $jsCodeList)  $codeLine#end});</script>

⌨️ 快捷键说明

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