ajaxupdater.xhtml
来自「OperaMasks是一种基于J2EE的Web开发技术」· XHTML 代码 · 共 61 行
XHTML
61 行
<?xml version="1.0" encoding="UTF-8"?>
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html" xmlns:w="http://www.apusic.com/jsf/widget"
xmlns:ajax="http://www.apusic.com/jsf/ajax" renderKitId="AJAX">
<w:head>
<!-- <w:stylesheet src="/common/resources/examples.css"/> -->
<style>
.examDesc {
width: 80%;
background: #ffffa2;
font: normal 12px arial, helvetica, tahoma, sans-serif;
padding: 8px;
margin-left: 2px;
border: 1px solid #800000;
margin-bottom: 8px;
line-height: normal;
border: 1px solid #800000;
}
.myUpdater {
width: 180px;
height: 80px;
padding: 3px;
border: 1px solid gray;
margin: 5px 5px 5px 0px;
line-height: normal; font-size : 13px; line-height : normal; word-break
: break-all; word-wrap : break-word;
overflow: auto;
font-size: 13px;
line-height: normal;
word-break: break-all;
word-wrap: break-word;
}
.inputZoom {
width: 180px;
height: 100px;
border: 1px solid gray;
margin-bottom: 5px;
margin-right: 6px;
line-height: normal;
font-size: 16px;
font-weight: bold;
}
.updaterCls{
display: inline;
width: 190px;
height: 120px;
float:left;
}
.textFont {
font-size: 18px;
font-weight: bold;
}
</style>
</w:head>
<w:page title="Ajax Scripter" skin="default">
<div class="examDesc" style="margin: 2px">
<p>AjaxUpdater鏄
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?