search for: input_text

Displaying 4 results from an estimated 4 matches for "input_text".

Did you mean: dinput_test
2007 Oct 12
13
How to maintain Form State between Postback ?
Hi all, I''ve trying to look for answers for my problem but so far couldn''t find one, hopefully you can tell me what to do. This problem is so ubiquitous to Web Development, pertaining the fact that the web is stateless, i.e. how to maintain form''s state between postback. Basically, I have a form with some validations run for some of the fields, whenever the user submit
2006 Nov 07
0
Wiki -> RSpec -> Watir
...a web page. You could click on the thumbnail and get the complete screenshot. This would be a copy of the tested website, in its tested state, with its intermediate data. To drive that test, in the right panel I put RSpec and Watir. So the code to log into a website would look like this: input_text ''login'', ''quentin'' input_text ''password'', ''test'' click_button ''commit'' @browser.should_contain(''Logged in successfully'') @browser.should_contain(''greetings quentin...
2004 Aug 07
1
end_modal question
Really stupid question, but have you wrapped this all in an App class? If you don''t have a wxApp subclass driving your applications then all sorts of badness would happen. > I''m writing a custom little application for my boss''s high school > football team to track there stats play by play. > > My problem is that when I start the application, it
2007 Jun 19
5
TentSteak 0.2.0
...orough test suite; a bit of housecleaning to better modularize the now-huge tent_steak.rb file into smaller bits; and a very simple authentication add-on. Plus whatever else I happen to need for my own Camping projects. Enjoy! ---- CHANGES: * HTML Forms * Added new form field helpers: input_text, input_password, input_submit, input_hidden, and input_checkbox. * Renamed: * file_field => input_file * select_field => select_menu * HTML Tables * Added support for regexp''s in tablerow option :rowclass * New support for editable table columns * Renamed...