Andrew n marshall
|
0156f2e103
|
Addressing comments from #703
|
2016-10-28 16:04:57 -07:00 |
|
Andrew n marshall
|
acb5569d39
|
Adding a demo for custom dialogs.
|
2016-10-20 16:30:55 -07:00 |
|
Andrew n marshall
|
8f3b4bcb5e
|
Replaces calls to window.alert(), window.confirm(), and window.prompt() with Blockly.alert(), Blockly.confirm(), and Blockly.prompt(). These are designed to allow app developers to replace the dialogs with versions that match their own open app, possibly avoiding modal browser dialogs. They each take a callback, so the developer has the opportunity to implement non-modal behavior.
|
2016-10-20 16:30:40 -07:00 |
|