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
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
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
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
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
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
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
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
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:
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
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
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
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
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
14 matches
Mail list logo