Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
FillInTheBlank
Last updated at 11:01 pm UTC on 21 August 2016
subclass of StringHolder

Class comment:
I represent a prompt for string input from the user. The user is asked to type in and edit a string. The resulting string is supplied as the argument to a client-supplied action block.


Examples:
 FillInTheBlank request: 'Your name?'

 FillInTheBlank requestPassword: 'Password?'


uses FillInTheBlankMorph in Morphic.

See also Prompting the user