Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add id properties for every widget
  • Loading branch information
martinusadyh committed Nov 13, 2011
1 parent f20bbd2 commit 5cd5e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/templates/master/form/FormPegawai.html
Expand Up @@ -2,13 +2,13 @@
<tr> <tr>
<td>Employee Name</td> <td>Employee Name</td>
<td> <td>
<input dojoType="dijit.form.TextBox" dojoAttachPoint="pegawaiNameNode" value="${pegawaiName}" /> <input dojoType="dijit.form.TextBox" data-dojo-attach-point="pegawaiNameNode" id="${idPegawaiName}" value="${pegawaiName}" />
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Employee Address</td> <td>Employee Address</td>
<td> <td>
<input dojoType="dijit.form.TextBox" dojoAttachPoint="alamatNode" value="${alamat}"> <input dojoType="dijit.form.TextBox" dojoAttachPoint="alamatNode" id="${idAlamat}" value="${alamat}">
</td> </td>
</tr> </tr>
</table> </table>

0 comments on commit 5cd5e7b

Please sign in to comment.