RE: [Rails-spinoffs] Content-Type: application/rdf+xml

2005-10-25 Thread Maninder, Singh
Anyone? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Maninder, Singh Sent: Tuesday, October 25, 2005 3:24 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Content-Type: application/rdf+xml Hi, I am trying to parse the response recei

Re: [Rails-spinoffs] Troubleshooting inplace editor

2005-10-25 Thread Mark Chadwick
Steve, It may be silly, but have you included all the necessary js files? The "Element" stuff is in prototype, not scriptaculous, so make sure to import that first.  Could be wrong, but worth a guess. -MarkOn 10/25/05, Steve Odom <[EMAIL PROTECTED]> wrote: I can't get the inplace editor to do any

[Rails-spinoffs] Troubleshooting inplace editor

2005-10-25 Thread Steve Odom
I can't get the inplace editor to do anything for me. The output appears as regular formated, unclickable text. Maybe I am missing something simple. 1. I just downloaded script.aculo.us 1.5_rc3 and copied it to my _javascript_ folder. 2. To set up a simple test, I created a new test page containi

Re: [Rails-spinoffs] Dragging to a textfield?

2005-10-25 Thread Linda Coleman
I downloaded  V1.5_rc3 (2005-10-09) today but that doesn't seem to do the trick. Is this a recent enough version or do I need something else??  :( The original item in the is still the one dragged. Thanks!!! L:) Francois Beausoleil wrote: Hi ! 2005/10/25, Linda Coleman <[EMAIL PROTECTED

Re: [Rails-spinoffs] Dragging to a textfield?

2005-10-25 Thread Francois Beausoleil
Hi ! 2005/10/25, Linda Coleman <[EMAIL PROTECTED]>: > I'm trying to drag a copy of a string from a list into a text field so > that the original string stays in the list. I'm able to drag the item > and set the value of the text field onDrop. But the original text leaves > the list & with revert s

Re: [Rails-spinoffs] InPlaceEditor scrolls to top in Firefox?

2005-10-25 Thread Jon Tirsen
On 10/26/05, Rahul Bhargava <[EMAIL PROTECTED]> wrote: > > 1) have an argument so that the event can be passed into the method (this is > what bindAsEventListener lets you do) > > enterEditMode: function(evt) { You're correct, but sometimes enterEditMode is called without the event argument (fro

[Rails-spinoffs] Speed improvements for draggable elements?

2005-10-25 Thread Duane Johnson
Hi All, I've just started with all of the wonderful scriptaculous goodness that has been made available (thanks Sam and Thomas!) and have a question. My issue is with dragging performance and wonder if there's something simple I'm missing. When I click on a draggable element (on the left

[Rails-spinoffs] Dragging to a textfield?

2005-10-25 Thread Linda Coleman
Hi All, I'm trying to drag a copy of a string from a list into a text field so that the original string stays in the list. I'm able to drag the item and set the value of the text field onDrop. But the original text leaves the list & with revert set to true it flies back to it's original posit

RE: [Rails-spinoffs] InPlaceEditor scrolls to top in Firefox?

2005-10-25 Thread Rahul Bhargava
Yeah, it looks like the enterEditMode method needs to add two things:   1) have an argument so that the event can be passed into the method (this is what bindAsEventListener lets you do)   enterEditMode: function(evt) {   2) probably as the last thing in the method, it should do this:

Re: [Rails-spinoffs] InPlaceEditor scrolls to top in Firefox?

2005-10-25 Thread Jay Levitt
Jon Tirsen wrote: I think that usually means that the href points to "#" and one of two things: 1) the onclick event handler is not returning false to cancel out the actual link action 2) the onclick event handler is erroring out I haven't looked at the IPE much, however. T

Re: [Rails-spinoffs] how to prevent "blinking" when adding an element with an effect

2005-10-25 Thread Francois Beausoleil
Hi ! 2005/10/25, Ron Piterman <[EMAIL PROTECTED]>: > I am not sure we are all addressing the same problem. > My concret problem is that : > 1. I add a div to the document. > 2. the div displays for a short time <-- Thats the problem > 3. I let it slide down > 4. the div *disapears* and sildes down

[Rails-spinoffs] Content-Type: application/rdf+xml

2005-10-25 Thread Maninder, Singh
Hi, I am trying to parse the response received from a rdf file using DOM. However, I am not able to get anything in the responseXML. It always returns null. Following is the content type I receive from the server. Content-Type: application/rdf+xml Can someone let me know how I can receive this

[Rails-spinoffs] Select & drag multiple elements

2005-10-25 Thread Erland Lewin
Hello, I have started looking at adding support for selecting multiple elements, and then being able to drag & drop them together. The application is a photo site, where it would be too tedious to drag thumbnails to albums one by one. The idea is to let the user select multiple items by cli

Re: [Rails-spinoffs] how to prevent "blinking" when adding an element with an effect

2005-10-25 Thread Ron Piterman
I am not sure we are all addressing the same problem. My concret problem is that : 1. I add a div to the document. 2. the div displays for a short time <-- Thats the problem 3. I let it slide down 4. the div *disapears* and sildes down the problem is that between 2 and 4 the div apears for a shor