diff --git a/demos/iframe/frame.html b/demos/iframe/frame.html deleted file mode 100644 index 5c37836a5..000000000 --- a/demos/iframe/frame.html +++ /dev/null @@ -1,41 +0,0 @@ - - -
- - - - - - - - - - - diff --git a/demos/index.html b/demos/index.html index cbadcc15e..fafcb1963 100644 --- a/demos/index.html +++ b/demos/index.html @@ -42,12 +42,12 @@
Blockly > - Demos > Iframe Blockly+ Demos > Resizable Blockly (Part 1) -This is a simple demo of injecting Blockly into a resizable 'iframe' element. +The first step in creating a resizable Blockly workspace is to use + CSS or tables to create an area for it. + Next, inject Blockly over that area. → More info on injecting resizable Blockly... |
|
| - - + | + Blockly will be positioned here. |
+ Blockly > + Demos > Resizable Blockly (Part 2)+ ++ Once an area is defined, Blockly can be + injected and positioned over the area. + A resize handler keeps it in position as the page changes. + + +→ More info on injecting resizable Blockly... + |
+
| + | +