⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 csstabeb.htc

📁 Windows Web脚本开发指南/(美) Dan Heflin, Todd Ney著 的源码
💻 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 + -