📄 csstabebtest.htm
字号:
<html XMLNS:IE>
<head>
<?IMPORT NAMESPACE="IE" IMPLEMENTATION="csstabeb.htc">
</head>
<script language="JavaScript">
function setTabSeq(value){
objArea.setTabSeq(value);
}
function init(){
objArea.tbValue = "Initial value";
}
function clicked(){
alert("Primary document was clicked.");
}
</script>
<body onload="init()">
<p>
Everything that is not in the shaded area is part of the primary document<br>
<input type="text"><br>
<input type="button" value="Component in Tab Seq." onclick="setTabSeq(true)">
<input type="button" value="Component Not in Tab Seq." onclick="setTabSeq(false)">
</p>This shaded area is an Element behavior<br>
<IE:csstabeb id="objArea" style="font-size:24;background-color:lightgrey" onclick="clicked()" ></IE:csstabeb><br>
This starts the primary document again<br><br>
<input type="button" value="Get TextBox Value" onclick="{alert('Textbox value = ' + objArea.tbValue);}">
<br><input type="text">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -