search for: autopopulate

Displaying 6 results from an estimated 6 matches for "autopopulate".

2006 Jul 18
1
Auto-populating time portion of a datetime field from a form
...y view, then in the generated page, my selects are named obj[datetime_field(1i)] (and 2i and 3i for the other parts). These auto-populate the date portion of my datetime_field. I have another datetime field that I''m presenting the time from and I would like to use a similar scheme to autopopulate it. Currently, I''ve used the :prefix option to select_hour/minute/second to get the parameter name set correctly, but I end up with a hash with keys ''hour'', ''minute'' and ''second''. I can definitely handle this, but was wondering, c...
2011 Feb 03
3
2.6.2 excluding an exported resource
I have the class below to export host entries. However I wish to override the entry for my host to 127.0.0.1 So for all of the hosts other than foo.bar.com I would like them to have the real IP address but for foo.bar.com I would like to just have the loopback host entry. 2.6.2 doesn''t allow multiple tags and if I put in another entry for localhost there is a collision. Is there any
2006 Jun 07
2
date select box''s
Hi I have the following date select box <%= date_select ''min'', ''min'' %> When you submit a date, it re-loads the page with the same date select box, but displays todays date, no matter what you submitted before. How can I get it to re load with the submitted date. Thanks Scott -- Posted via http://www.ruby-forum.com/.
2011 Nov 10
1
Auto populate text_fields based on selected item from another collection_select
...but I still can''t do it. I have a rails 3 app, I''m working with invoices and payments. In the form for payments I have a collection_select where I display all the invoices number (extracted from a postgres database), and what I''m trying to do is when i select an invoice autopopulate others text_fields (provider, address, etc.) without reloading the page, in the same form. I know I should use ajax, js, jquery, but I''m a beginner in these languages, so i don''t know how or where to start hope you can help me... thanks -- You received this message because you...
2009 May 22
0
Wine release 1.1.22
...for LVS_REPORT subitems. comctl32/listview: Don't use uninitialized value. comctl32/tests: A basic test for ListView WM_SETREDRAW. comctl32/listview: Update focus rectangle properly. comctl32/tests: A bunch of ListView hittest tests. Paul TBBle Hampson (1): gdi32: Autopopulate FontLinks when autopopulating FontSubstitutes. Paul Vriens (18): notepad: Fix the Dutch translations. comdlg32: Improve the Dutch find and replace dialogs. shell32: Improve the Dutch 'about' message box. wininet/tests: Fix some test failures with IE8 on W2K3....
2011 Jan 14
10
Using puppet to redeploy staging app
Hi, I''m building a staging environement and I would like it to be able to redeploy automatically, after each commit - or every hour, some applications. Those applications are right now deployed and set up by puppet. I wonder if I should use puppet to redeploy those applications after each commit, and if I should how trigger, on the puppet, a full redeployement of the application ? --