Thanks for idea, there is no any way by doing it with prototype.js
nativly?

On 7 окт, 05:14, RobG <[EMAIL PROTECTED]> wrote:
> On Oct 7, 10:08 am, buda <[EMAIL PROTECTED]> wrote:
>
> > How can I get elements [select-one, input-text, input-checkbox, input-
> > radio, textarea] which are placed in a div in order of their position
> > in it?
>
> use div.getElementsByTagName('*') to get all the div's decendents in
> DOM order. Iterate over them to filter out the non-form controls (say
> convert to an array and use each).
>
> --
> Rob
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to