search for: date_click

Displaying 1 result from an estimated 1 matches for "date_click".

Did you mean: cat_click
2009 Feb 26
8
beginners question
...? Another thing is the radio_button_tags with the onclick. This is not good, is it? thanks in advance, Ruud =========================== edit.html.erb (hopefully the tags are preserved in the mail) <h1>Editing item</h1> <script type=''text/javascript''> function date_clicked (noDate) { var doc = window.content.document; doc.getElementById( ''dagid'').disabled = noDate; doc.getElementById( ''mid'').disabled = noDate; doc.getElementById( ''jid'').disabled = noDate; } </script> <% form_for(@item)...