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

APPML
AppML 简介
AppML 案例
AppML 案例说明
AppML 网络服务
案例研究简介
案例研究:数据库
案例研究:AppML
案例研究:HTML 报告
案例研究:HTML 表单
案例研究:目录
案例研究:产品
案例研究:托运人
案例研究:供应商
案例研究:客户
案例研究:雇员
案例研究:应用程序
案例研究:下载
AppML FAQ
AppML 文档
AppML 数据库元素

APPML 中的 Edit 属性


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

The edit attribute defines an editable HTML list.
edit属性定义了一个可编辑的HTML列表

In this view you may edit the data directly in the list. A garbage can will be displayed on the right side of each record and allows you to delete the record.
你可以直接编辑列表中的数据。垃圾桶图标将显示在每个记录的右侧,它允许你删除记录。

After modifying a record you may save it by clicking on the floppy disk image on the left side of each record. If you have modified several records in the list, you can save all the changes by clicking on the Save image over the records.
在修改完一条记录后,你可以通过点击每条记录左侧的软驱图形来保存记录。如果你已经修改了列表中的若干条记录,你可以点击记录上面的保存图形来存储所有的记录。

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" />
</appml>

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

View the XML source file
查看XML 源文件


评论 (0) All

登陆 | 还没注册?