[Proto-Scripty] TypeError: Value undefined (result of expression Element.insert) is not object.

2009-02-16 Thread chienr
Hi, Intermittently, I get a browser popup error that says: RJS error: TypeError: Value undefined (result of expression Element.insert) is not object. My suspicion is that since

[Proto-Scripty] Re: TypeError: Value undefined (result of expression Element.insert) is not object.

2009-02-16 Thread chienr
. On Feb 16, 3:50 pm, david david.brill...@gmail.com wrote: Hi robert, It's hard to guess your problem, but, javascript are loaded synchronously, so that not the reason. If you have an exemple, I could help you? a little bit more !? -- david On 16 fév, 23:31, chienr chi...@gmail.com wrote

[Proto-Scripty] sortable tree in rails

2009-02-06 Thread chienr
Hi, I'm a new member to this group, and would appreciate some help with using Sortable in Rails. How do I generate a sortable tree like this with RoR? http://script.aculo.us/playground/test/functional/sortable_tree_test.html Specifically, the ability to drag a section and its children to

[Proto-Scripty] Re: sortable tree in rails

2009-02-06 Thread chienr
I figured out what I was doing wrong. I had the li/li tag around Section name. If I put the li/li tag around Section and its children, the children move along with the parent. On Feb 6, 12:06 pm, chienr chi...@gmail.com wrote: Hi, I'm a new member to this group, and would appreciate some