Neil Fraser
|
a3b26c4ea7
|
Add source code link to custom dialog demo.
Fix typos.
|
2018-03-19 12:04:46 -07:00 |
|
Andrew n marshall
|
63e33c8894
|
Custom Dialogs demo: Bumping backdrop Z. (#1705)
|
2018-03-15 13:15:20 -07:00 |
|
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 |
|