Ok, I've got the text field numbering and access mostly working. I still have a problem.

My form is a master-detail form. I have a button to add a new detail item, which adds a new row to my table and repetition. I want to set focus on the textfield in the new row that get generated after the form is submitted and the page reloads.

I can't use the onclick event of the button because the focus disappears after the page reloads. How do I execute the javascript after everything has been re-generated?

John

----- Original Message ----- From: "zac" <[EMAIL PROTECTED]>
To: "WebObjects Dev Apple" <[email protected]>
Sent: Tuesday, February 14, 2006 12:31 PM
Subject: Re: Javascript focus on text field in repetition


John,

What are you basing the repetition on? If it's a display group, you should be able to use the built in functionality to get the focus. If not I'd look at constructing the whole thing in a function that returns an array. This way you can still dynamically generate the content but you can add the additional logic to set the index.

Let us know what you go with and how well it works.

Zac

John Huss wrote:

I'm trying to set focus on a text field that is inside a repetition in a table. I'd like to set focus on the first field in the last row of the repetition. First I tried naming the field so I could focus on it. But naming the field (name="myfield") makes the repetition not work -- it repeats the first value in every row. Then I considered accessing the element with an index, but since the repetition is dynamically generated, its hard to know what index to use.
 Any ideas?
 Thanks,
John
------------------------------------------------------------------------

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/zac%40m29.com

This email sent to [EMAIL PROTECTED]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/jhuss%40icsusa.com

This email sent to [EMAIL PROTECTED]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to