AppML ケース製品
源代码
HTML 源代番号
<html>
<body>
<h1>製品</h1>
<div id="Form01"></div> ;
<div id="List01"></div><br>
<table id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th>製品名</th>
<th>カテゴリ</th>
<th>サプライヤー</th>
</tr>
<tr id="appml_row">
<td style="cursor:pointer" onclick="productForm.run('Form01','Template02','#ProductID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#製品名#</td>
<td>#カテゴリ名#</td>
< td>#サプライヤー名#</td>
</tr>
</table>
<div id="Template02" class="appmlform" style="width:100%;display:none"> ;
<label>製品名:</label><input id="ProductName">
<label>サプライヤー:</label>
<select id="SupplierID" data-appmlapplication="モデル/ドロップダウン サプライヤー">
</select>
<label>カテゴリ:</label>
<select id="CategoryID" data-appmlapplication="モデル/ドロップダウン カテゴリ">
</select>
<label>単位:</label><input id="単位">
<label>価格:</label> ;<入力 id="価格">
</div>
<script src="appml.js"></script>
<script>
var products,productForm
products=new AppML("appml.php","モデル/製品");
products.run("List01","Template01");
productForm=new AppML("appml.php","モデル/製品");
productForm.displayType="form";
</script>
</body>
</html>
<body>
<h1>製品</h1>
<div id="Form01"></div> ;
<div id="List01"></div><br>
<table id="Template01" class="appmltable" style="width:100%;display:none">
<tr>
<th></th>
<th>製品名</th>
<th>カテゴリ</th>
<th>サプライヤー</th>
</tr>
<tr id="appml_row">
<td style="cursor:pointer" onclick="productForm.run('Form01','Template02','#ProductID#')">
<img src="../style/images/appmlPlus.png"></td>
<td>#製品名#</td>
<td>#カテゴリ名#</td>
< td>#サプライヤー名#</td>
</tr>
</table>
<div id="Template02" class="appmlform" style="width:100%;display:none"> ;
<label>製品名:</label><input id="ProductName">
<label>サプライヤー:</label>
<select id="SupplierID" data-appmlapplication="モデル/ドロップダウン サプライヤー">
</select>
<label>カテゴリ:</label>
<select id="CategoryID" data-appmlapplication="モデル/ドロップダウン カテゴリ">
</select>
<label>単位:</label><input id="単位">
<label>価格:</label> ;<入力 id="価格">
</div>
<script src="appml.js"></script>
<script>
var products,productForm
products=new AppML("appml.php","モデル/製品");
products.run("List01","Template01");
productForm=new AppML("appml.php","モデル/製品");
productForm.displayType="form";
</script>
</body>
</html>