[Proto-Scripty] Prototype 1.7 Rails 3.0.5: Rendering partial with :remote = true

2011-12-30 Thread Niclas
Hi, I'm a newbie so bare with me; I have a 'main'-erb that renders a 'sub'-erb. The 'sub'-erb consist of a tablerow that are populated with data. The data can be changed in three cases defined by text_field_tag:s. This is ensembled inwith a form and the identity of the form (the :id) are defined

[Proto-Scripty] Download

2011-12-30 Thread Joey
When i go to download the latest version of Prototypejs 1.7 it opens a new browser window with code. I am knew to this so bare with me. but i thought it was supposed to be a file template that i open with a web page developer..? anyhelp would be greatly appreciated -- You received this

[Proto-Scripty] Using `element.update()` on td elements

2011-12-30 Thread Aaron J Spetner
Is the `update()` method intended to work on td elements? Every time I try I get an 'INVALID_STATE_ERR'. Thanks AJS -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

Re: [Proto-Scripty] Download

2011-12-30 Thread David Behler
Copy the code to a new text file and save it as prototype.js Or instead of left-clicking the link, just right-click and select Save target (or whatever it is called in your browser/language). David Am 28.12.2011 00:46, schrieb Joey: When i go to download the latest version of Prototypejs

[Proto-Scripty] Re: Using `element.update()` on td elements

2011-12-30 Thread T.J. Crowder
Hi, On Dec 27, 2:35 pm, Aaron J Spetner aaron.spet...@spetnik.com wrote: Is the `update()` method intended to work on td elements? Every time I try I get an 'INVALID_STATE_ERR'. Thanks AJS Yes, Element#update works just fine on `td` elements. Example: http://jsbin.com/aqehax It even works

Re: [Proto-Scripty] Download

2011-12-30 Thread Walter Lee Davis
Two options: 1. In the page where you see the link to download, Control-click or right-click on the link and choose Download linked file (or the local equivalent in your browser). 2. If you're already looking at the page of code, choose File / Save As... from the main menu. Either one will get

[Proto-Scripty] Re: Prototype 1.7 Rails 3.0.5: Rendering partial with :remote = true

2011-12-30 Thread Niclas
Hi, Issue solved. Kinda easy really,just dropped a codedocument.observer/code in application.js and picked the calling element that triggerd an 'submit' for each row. Happy New Year! Br, Niclas On 29 Dec, 16:51, Niclas niclas.thenick.ols...@gmail.com wrote: Hi, I'm a newbie so bare with me;