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

📄 ultragridmask.htc

📁 具备表头拖拽、交换列、排序、添加 、修改、删除、选择等等功能的。NET GRID
💻 HTC
字号:
<PUBLIC:COMPONENT lightWeight=false>
<PUBLIC:DEFAULTS contentEditable=false tabStop=false/>

<PUBLIC:attach event="ondocumentready" onevent="initCoolMask()" />
<PUBLIC:property name="maskType" value="" />
<PUBLIC:property name="realValue" value="" />

<script language="VBScript">
sub initCoolMask()
	attachEvent "onfocus", GetRef("coolMaskInputFocus")
end sub

sub coolMaskInputFocus()
	if not element.realValue = "" then	element.value = element.realValue
	element.select()
end sub
</script>
</PUBLIC:COMPONENT>

⌨️ 快捷键说明

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