thank you :)
On Jun 19, 8:31 am, nwhite <[email protected]> wrote: > new Element('tr',{ 'html' : '<td>blah blah</td><td><input type="text" > name="qty"></td><td><a href="blah"><img src="blah"></a></td>' }); > > > > On Thu, Jun 18, 2009 at 5:19 PM, james_027 <[email protected]> wrote: > > > 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
