home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / xtras / animwiz.dir / 00006_TextField.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  197 b   |  12 lines

  1. property iFieldName
  2.  
  3. on birth me, theFieldName, theInitialText
  4.   set iFieldName to theFieldName
  5.   set the text of field iFieldName to theInitialText
  6.   return me
  7. end
  8.  
  9. on mValidate me
  10.   return 1
  11. end
  12.