search for: sform

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

Did you mean: form
2010 Oct 02
0
Ajax observe_field not vorking on Rails
...ea nothing happens. It is like ajax is not working at all. Tre problem is in observe_field which should observe my id= ''query'' but it seem like it not doing anything I am using Prototype 1.6.1 and the newest version of rails. The code I wrote is: viewer: <form name="sform" action="" style="display:inline;"> <label for="item_name">Filter on Property No : </label> <%= text_field_tag(:query, params[''query''], :size => 10, :id => ''query'' ) %> </form> <%= image_tag...
2007 Mar 20
2
Progressive AJAX Filter
Hi Guys, In my rails app, I present a table of data that I want to be able to filter using multiple criteria. I''ve created a one-line table of input fields above my table to accept filter criteria like this... <%= javascript_include_tag :defaults %> &nbsp; <form name="sform" action="" style="display:inline;" id="serverSelectTable"> <table style="padding-right: 2px;margin-bottom: 0;"> <tr> <td width="75px" align="right"><label>Search:&nbsp;</label></td&g...
2005 May 23
1
comparing glm models - lower AIC but insignificant coefficients
Hello, I am a new R user and I am trying to estimate some generalized linear models (glm). I am trying to compare a model with a gaussian distribution and an identity link function, and a poisson model with a log link function. My problem is that while the gaussian model has significantly lower (i.e. "better") AIC (Akaike Information Criterion) most of the coefficients are not
2008 Jun 19
5
observe_field
...ct some value from drop down and dont write anything in text field its giving correct results.parameters are also correct passed, but just after that if i write something in text field that value also get passed as collection_select parameter(labtid in my case) my view code is: <form name="sform" id="myform" action="" style="display:inline;"> <br/> <label for="dev_name">Filter on Device Name : </label> <%= text_field_tag("query", params[''query''], :size => 10 )%> <label>Lab : &lt...