Ignore:
Timestamp:
Aug 14, 2011, 10:01:37 PM (13 years ago)
Author:
Sam Habiel
Message:

valfield puts destination text in innerhtml rather than value; modesig input name is now DDnnnFnnn rather than FnnnInnn; comments here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EWD/ewd-fm/valfield.ewd

    r1202 r1215  
    88 else
    99 {
    10         document.getElementById("<?= #tmp.name ?>").value = "<?= #tmp.result ?>"
     10        document.getElementById("<?= #tmp.name ?>").innerHTML = "<?= #tmp.result ?>"
    1111 }
    1212</script>
Note: See TracChangeset for help on using the changeset viewer.