search for: inputfield

Displaying 7 results from an estimated 7 matches for "inputfield".

Did you mean: input_field
2007 Mar 19
1
Problem with regional settings
I'm running a Windows program with Wine under Linux (Red Hat), but I'm having problems with the thousand and decimal separators. The Linux OS is set to en_US. When I tab through an inputfield with a decimal value e.g. 1,00 it'll change to 100,00. This is really tricky, because values are changed to complete different values. I've been trying to change the regional settings by setting the LC_ variabeles. I also updated the values of sThousand and sDecimal in user.reg, but nothin...
2006 Apr 08
7
text_field and arrays
Hi, I''m trying to do a bulk update on an array with the helper text_field. I''m trying to create an inputfield for every object in the array, but I''m not getting it right... example: class ClassA @arrayB[] end HTML (code with error): <% 0.upto(9) do |index| %> <%= text_field ''ClassA'', ''arrayB[index]'' %> non working alternative: <%= text_...
2006 Jul 25
8
Calender Script?
I have been trying to get one of the calender javascripts to work with the <%= form.text_field. So when the user pick the date it updates the time fields? (like in normal reservation system where you pick up the date and time from the calender and when user pick the selection it updates the field) but I could not get this to work. Does anyone have got something similar to work? or could
2006 Jul 31
6
Popup Calendar and DateBoxEngine and Change Made ...
...> <div style="clear:both"></div> <div id="#{calendar_ref}Msg"><script type="text/javascript">document.write(calendarFormatString); </script></div> <script type="text/javascript"> Calendar.setup({ inputField : "#{calendar_ref}", // id of the input field ifFormat : calendarIfFormat, // format of the input field button : "#{calendar_ref}Button", // trigger for the calendar (button ID) help : "#{calendar_r...
2006 May 23
0
RE: Autocompleter - up arrow moves cursor to startofinput box
The key up will make the page scroll to the top of the inputfield... I''ve seen this myself and the reason is the changes applied in this patch: http://dev.rubyonrails.org/ticket/4782 I am pretty sure it is because of this statement: this.getEntry(this.index).scrollIntoView(true); the "true"-makes the page scroll.... any working workinaround w...
2005 Jun 21
3
dynarch calendar problem when used with ajax
I''ve got a partial with a form using the dynarch calendar (calendar_field behavior). Working. Now I render this partial from the action specified in to a link_to_remote. Now when I click the calendar it''s not showed anymore. theese lines: <%= stylesheet_link_tag ''calendar-system.css'' %> <%= javascript_include_tag ''calendar'',
2006 Sep 25
3
In place editing an empty field
I am trying to use the Scriptaculous InPlaceEditor and in some cases the field will be empty. That is, the field currently has no value but the user wants to enter a value. The InPlaceEditor appears to not work in this case. Other identical fields (except wit different ids and some value) do work. I have tried using a nonbreaking space (&nbsp;), and this does cause the editor to appear,