Displaying 2 results from an estimated 2 matches for "field_edit".
2010 Mar 25
1
A file with extension .sdb in a codebook section of a large database from a survey?
The TIMSS2007 database http://timss.bc.edu/TIMSS2007/idb_ug.html seems
to provide "both kinds" of universal data formats - either SPSS saved
data sets or SAS saved data sets. (Yes, I am being sarcastic.)
These, of course, are accompanied by massive codebooks explaining the
nature of each of the fields in the data sets. The T07_Codebooks.zip
file available at that site contains .pdf
2006 Jan 12
5
Ajax: Multiple Element Update
...;s rendered won''t know what elements to apply
the Effect too.
My second attempt was to use a Javascript call, like the following... but
don''t know the correct syntax to use to pull the elements modified from the
Form:
<% content_for("page_scripts") do -%>
function field_edited() {
var field = $(''field''); // how do i figure out what was
edited from the Form params ?
new Effect.Highlight(field);
}
Any insight into this would be great, as I''ve been stumbling over this for
quite some time now.
Thanks !
==
Dylan
-------------- n...