Displaying 1 result from an estimated 1 matches for "dagid".
Did you mean:
dagit
2009 Feb 26
8
beginners question
...vance, 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| %>
<%= f.error_messages %>
<table>
<tr>
<td>...