Displaying 4 results from an estimated 4 matches for "indicator1".
Did you mean:
indicator
2006 Sep 10
2
Issue with radiobutton and remote_function in IE.
...type=radio name="register[Customer]" value=R checked
onchange="<%= remote_function( :update => ''CustomerPlans'',
:with => "''customer=R''",
:loading => "Element.show(''loading-indicator1'')",
:loaded => "Element.hide(''loading-indicator1'')",
:complete => evaluate_remote_response,
:url => { :controller => ''live'', :action => ''select_plan''
} ) -%>&qu...
2006 Apr 12
22
Dynamic Select Box
Hi,
I''m new to rails/ruby having come from PHP and am just starting to get
my head round how easy it can be :)
However, can anyone point me in the right direction for dynamicaly
updating a select box based upon the choice of a previous select box,
without a page refresh.
Any and all help greatly appreciated.
Thanks
--
Posted via http://www.ruby-forum.com/.
2007 Nov 20
4
onkeyup issue while you create new element
Hi guys,
I am new to prototype as a result the following is a simple question
please help me out as i have stucked on this for 2 hours (searching,
trying, googling and etc)
var td6Input = td6.appendChild(new Element(''input'', {size: "2",
maxLength: "2", name: "txtDateOfServDay"+seq, id:
"txtDateOfServDay"+seq, onkeyup:
2006 Aug 07
2
Select Box Question
Hi,
Yet another newbie here... I''m writing an appliction in Rails, and I''ve
Ajaxified my select boxes so they update dynamically. I used the
"observe_field" method to monitor changes to my select box. I find that
it''s kind of erratic... it updates constantly and makes the selection
for me, based on where my mouse happens to be hovering when it does its