AppML 案例 Employees


################

出生日期

#姓氏## #出生日期############

##來源程式碼

##HTML來源程式碼

#           

<內文>

員工



#





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

<th></th>
<th>姓氏</th>
<th>姓名</th>
<th>日期 出生</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>

#




< /html>

#