I tried to handle with some polymer-elements and I didn't understand the event-handling in that case. Is their anyone who could try to explain it by the example below?
<html>
...
<body>
<table style="border: 1px solid black;">
<tr>
<td><paper-checkbox ..?..>Checkbox 1</paper-checkbox></td>
</tr>
<tr>
<td><paper-checkbox noink>Checkbox 2</paper-checkbox></td>
</tr>
<tr>
<td><paper-checkbox noink>Checkbox 3</paper-checkbox></td>
</tr>
</table>
</body>
</html>
<script>
..?..
</script>
Thanks for your help!
Aucun commentaire:
Enregistrer un commentaire