[Proto-Scripty] Re: Appending a template evaluation to an HTML element.

2010-08-20 Thread ChrisH
gt; but not entirely IE bugs). The good news is that Prototype includes > workarounds for them, so if you use Element#update rather than setting > innerHTML directly, you should be okay. > > -- T.J. :-) > > On Aug 18, 4:24 pm, ChrisH wrote: > > > I was using the inn

[Proto-Scripty] Re: Appending a template evaluation to an HTML element.

2010-08-18 Thread ChrisH
I was using the innerHTML method to produce a table of forms. I had to change to the DOM element method because I couldn't address the form elements created by the innerHTML method and the whole purpose was to be able to submit another ajax request with data from the forms. Should the form elemen

[Proto-Scripty] Re: passing data with update

2010-07-24 Thread ChrisH
"]").setValue(li.id); > > References:http://api.prototypejs.org/dom/form/element/setvalue/http://api.prototypejs.org/dom/element/down/ > -- > T.J. Crowder > Independent Software Consultant > tj / crowder software / comwww.crowdersoftware.com > > On Jul 23, 8:55 pm, C

[Proto-Scripty] Re: passing data with update

2010-07-23 Thread ChrisH
g totally > different:http://api.prototypejs.org/ajax/ajax/updater/ > > I'm afraid I don't immediately understand what the line in question > does, so I can't give an edited example of it. But hopefully the above > helps figure it out. > > HTH, > -- > T.J.

[Proto-Scripty] passing data with update

2010-07-23 Thread ChrisH
I am trying to get a short list of supervisors into a form based on a selection "off_name" in an Autocompleter, also in that form. The code below worked until I added the getOfficerData() function, passing an index value returned in the as li.id. I started getting "update not defined" errors in Fi

[Proto-Scripty] Re: any solutions for an annoying draggable / droppable bug?

2010-04-16 Thread ChrisH
I noticed that the original page would highlight but the highlight area did not track with the dragged text, it was significantly to the left of it. On Apr 11, 1:30 pm, patrick wrote: > Well, my solution was to do away with overflow: auto, and make my own > 'scrolling'... > > http://collinatorstu