[Proto-Scripty] Re: replace javascript with prototype equivalent

2010-03-16 Thread T.J. Crowder
Hi, I tryed to change this line : [snip] into this one : $F('recherchefiche') = TexteDefautRechercheFiche; but it don't seem to work... `$F` is for *retrieving* the value of a field; in JavaScript, a function call can't be the left-hand side of an assignment statement. For setting a field

Re: [Proto-Scripty] Re: replace javascript with prototype equivalent

2010-03-16 Thread Joannes De KOSTER
Thanks a lot for taking the time to answer in this precise way! Joannes 2010/3/16 T.J. Crowder t...@crowdersoftware.com Hi, I tryed to change this line : [snip] into this one : $F('recherchefiche') = TexteDefautRechercheFiche; but it don't seem to work... `$F` is for