Displaying 1 result from an estimated 1 matches for "nodat".
Did you mean:
nodata
2009 Feb 26
8
beginners question
...g 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) do |f| %&...