salesrep.xml

来自「Professional PHP5 code for this book」· XML 代码 · 共 8 行

XML
8
字号
<report id="salesrep">
 <criterion type="date" name="datefrom1" mandatory="true" caption="Date From (1)"/>
 <criterion type="date" name="dateto1" mandatory="true" caption="Date To (1)"/>
 <criterion type="date" name="datefrom2" mandatory="true" caption="Date From (2)"/>
 <criterion type="date" name="dateto2" mandatory="true" caption="Date To (2)"/>
 <criterion type="fkmultiple:author/id/author_name" name="authors" caption="Select Author(s)"/>
 <criterion type="fkmultiple:publisher/id/publisher_name" name="publishers" caption="Select Publisher(s)"/>
</report>

⌨️ 快捷键说明

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