search for: myformname

Displaying 3 results from an estimated 3 matches for "myformname".

Did you mean: formname
2007 Sep 24
1
selecting a form
What''s the best way to select a form on a page with Mechanize if the form doesn''t have the "name" attribute? I''m already familiar with the page.form(''myformname'') syntax but this doesn''t? work with forms that have no names. -- Thank you, Shane Witbeck Digital Sanctum, inc. ----------------------------------------------------- skype: digitalsanctum blog: http://www.digitalsanctum.com
2005 Dec 14
4
newbie q: Form element focus
This is probably a dumb question, but is there an easy way to set the focus of a form to the first visible/editable element? I''ve been googling lots and searching documentation and haven''t come up with anything. Help would be appreciated. -- Posted via http://www.ruby-forum.com/.
2006 Apr 05
1
FormTagHelper form names: possible?
...t on load, but it doesn''t look like I can do it. I''m not sure how to read the API; it doesn''t have any examples. Everything I put into the command just appends information to the action after a question mark or gives me an error. I''ve tried putting name="myformname" into double quotes, single quotes, curly braces, brackets, you name it, but nothing works. I''m beginning to think I should just code it in with HTML and forget using the FormTagHelpers for form declarations entirely if I need any attributes except "action" and "met...