Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- renderEingabeSpielernameOn: html
- "Form to set the number of players"
- html form:
- [ html div with: [html select list: #(1 2 3 4 5 6); callback: [:anzahl | self anzahlSpieler: anzahl]].
- (html submitButton) callback: [
- "creating the number of players"
- self erzeugeSpielerAus: (self call: (self spielerEingabe anzahlSpieler: self anzahlSpieler))];
- with: 'Bitte Spieler-Namen eingeben'].
Advertisement
Add Comment
Please, Sign In to add comment