new ludo.dialog.Prompt(config)
Dialog with one text field. Default buttons are "OK" and "Cancel"
Parameters:
Name | Type | Description |
---|---|---|
config |
Object |
- Source:
Extends
Methods
-
<static> val()
-
Return value of input field
- Source:
Returns:
String value
-
showAt(x, y)
-
Show window at x and y position
Parameters:
Name Type Description x
Number y
Number - Inherited From:
- Source:
Returns:
void
-
showCentered()
-
Show window centered on screen
- Inherited From:
- Source:
Returns:
void