[Proto-Scripty] Re: Ajax.Autocompleter doesnt work on firefox

2012-02-03 Thread NiGhMa
I've exactly the same problem. Did you find a solution?

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/0IDjo4lB23MJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: Determine relative left position for a table cell

2012-02-03 Thread goldenmean
Do you mean to say that you need to know how many pixels the left edge
of the table cell is from the left edge of the table itself?

Try this example:


XYZ


var someOffset = $('cell').relativeTo($('container'));

var someLeft = someOffset.left;

-- 
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 prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] cant quite figure out how to process multiple forms to one processing script.

2012-02-03 Thread Thats Broken
I have a case where i have a form repeated several times on a page,
the goal is to be able to submit each form independently, using unique
values for each submit button and unique form id's.

However, when I submit the first form, it does what i expect; all
remaining forms dont work.

Is there a way to submit multiple forms to the same processing script
using the same names but unique values on each form input fields?

If this isnt an appropriate forum for such questions, forgive me, a
suggestion on where else to look would be appreciated.

thanks in advance,
-jc

-- 
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 prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] cant quite figure out how to process multiple forms to one processing script.

2012-02-03 Thread Phil Petree
Mobile phone answer: You can't have multiple forms with the same name on
the same page.
On Feb 3, 2012 6:17 AM, "Thats Broken"  wrote:

> I have a case where i have a form repeated several times on a page,
> the goal is to be able to submit each form independently, using unique
> values for each submit button and unique form id's.
>
> However, when I submit the first form, it does what i expect; all
> remaining forms dont work.
>
> Is there a way to submit multiple forms to the same processing script
> using the same names but unique values on each form input fields?
>
> If this isnt an appropriate forum for such questions, forgive me, a
> suggestion on where else to look would be appreciated.
>
> thanks in advance,
> -jc
>
> --
> 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
> prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
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 prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.