[Proto-Scripty] Re: Insert Adjacent Element

2009-04-20 Thread kstubs
That works great, thanks! Where is the insert syntax, specifically the position options described in the documentation? Karl.. On Apr 19, 8:01 pm, Walter Lee Davis wa...@wdstudio.com wrote: On Apr 19, 2009, at 10:25 PM, kstubs wrote: I would like to insert a table-row adjacent to a given

[Proto-Scripty] Re: Insert Adjacent Element

2009-04-20 Thread T.J. Crowder
Hi, Where is the insert syntax, specifically the position options described in the documentation? In the usual place.[1] To my mind, though, it's far too subtle. I think the new documentation format for 1.6.1 will correct that. [1] http://prototypejs.org/api/element/insert -- T.J. Crowder

[Proto-Scripty] Re: Insert Adjacent Element

2009-04-20 Thread kstubs
Yes, subtle. Of course I frequent this site, and love it and will not complain, especially since I can turn here [this group] for questions/ answers. On Apr 20, 1:35 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi, Where is the insert syntax, specifically the position options

[Proto-Scripty] Re: Insert Adjacent Element

2009-04-19 Thread Walter Lee Davis
On Apr 19, 2009, at 10:25 PM, kstubs wrote: I would like to insert a table-row adjacent to a given table-row. I have tr elements like this: tr id='2349'.../tr tr id='2456'.../tr tr id='2873'.../tr tr id='2294'.../tr so can easily get a reference to my tr element like this: var tr =