当前位置: 首页 > 网络学院 > 客户端脚本教程 > APPML > Navigate 属性

APPML
AppML HTML 报告
AppML 过滤函数
AppML HTML 列表
AppML HTML 表单
AppML XML 报告

APPML 中的 Navigate 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 293 ::
收藏到网摘: n/a

The navigate attribute removes the "Previous/Next/First/Last" buttons from the HTML list, and displays all the records on one page.
navigate属性删除了HTML列表中的“Previous  [上一页]/Next [下一页] /First [首页] /Last [末页] ”按钮,并在一个页面上显示所有的记录。

Note: Available in both a regular HTML list and an editable HTML list.
注意:可以在普通的HTML列表和可编辑的HTML列表中使用。

Example
案例

<?xml version="1.0" ?>
<appml>
<database>
<connection>northwind</connection>
<keyfield type="text">customerid</keyfield>
<maintable>customers</maintable>
<sql>SELECT CompanyName,ContactName,City FROM Customers</sql>
</database>
<htmllist edit="true" navigate="false" />
</appml>

View the output produced by the AppML HTML List and Form Service
查看由AppML HTML 报告服务输出的结果

View the XML source file
查看XML 源文件


评论 (0) All

登陆 | 还没注册?