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

📄 griddropdownschema.xml

📁 Windows Web脚本开发指南/(美) Dan Heflin, Todd Ney著 的源码
💻 XML
字号:
<Schema xmlns="urn:schemas-microsoft-com:xml-data">

<AttributeType name="columnIndex" required="yes" />
<AttributeType name="value" required="yes"/>

<ElementType  name="item">
  <attribute type="value" />
</ElementType>

<ElementType  name="column">
  <attribute type="columnIndex" />  
  <element type="item" />
</ElementType>

<ElementType  name="dropDownValues">
  <element type="column" />
</ElementType>
</Schema>

⌨️ 快捷键说明

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