AppML 案例 Employees






源代码

HTML 源代码

           
<正文>

员工



<div id="Form01"></div>
<div id="List01"></div>
<br>

<表格 id="Template01" class="appmltable" style="width:100%;display:none">


姓氏
名字
日期 出生</th>
</tr>
<tr id="appml_row">
<td style="cursor:pointer" onclick="employeesForm.run('Form01','Template02','#EmployeeID#')">
<td>#LastName#</td>
<td>#名字#</td>
<td>#出生日期#</td>
</tr>
</table>