📄 csstabeb.htc
字号:
<html XMLNS:IE>
<head>
<?IMPORT NAMESPACE="IE" IMPLEMENTATION="inputbox.htc">
<PUBLIC:COMPONENT tagName="csstabeb" >
<PUBLIC:DEFAULTS viewLinkContent="true" viewMasterTab="false" viewInheritStyle=false style="font-size:48"/>
<PUBLIC:METHOD NAME="setTabSeq" />
<PUBLIC:PROPERTY NAME="tbValue" get="gettbValue" put="puttbValue"/>
<SCRIPT LANGUAGE="JavaScript">
function setTabSeq(bolvalue){
defaults.tabStop = bolvalue;
textbox.setTabSeq(bolvalue);
}
function gettbValue(){
return textbox.value;
}
function puttbValue(data){
textbox.value = data;
}
function clicked(){
alert("Component was clicked.");
}
</SCRIPT>
</PUBLIC:COMPONENT>
</head>
<body onclick="clicked()">
<div style="border:1 solid;">This shaded area makes up the csstabeb component<br>
<div style="font-size:12">This line's style is override by the component</div><br>
The following text box makes up the inputbox component<br>
<IE:inputbox id="textbox"></IE:inputbox><br>
Every thing outside the shaded area is in the primary document area
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -