hi,

base on the docs and mootoorials, mootools provide an easy way of
creating a element then put them anywhere you want. what if I want to
create and put a <TR> inside the <TABLE> wherein the <TR> could be
something like this
<tr>
<td>blah blah</td>
<td><input type="text" name="qty"></td>
<td><a href="blah"><img src="blah"></a></td>
</tr>

Do I have to create all of those elements individually then use inject
to product the result as above? or there's more cool way of doing it

Reply via email to