()
| 1 | var _jm = null; |
| 2 | function open_empty() { |
| 3 | var options = { |
| 4 | container: 'jsmind_container', |
| 5 | theme: 'greensea', |
| 6 | editable: true, |
| 7 | log_level: 'debug', |
| 8 | view: { |
| 9 | engine: 'canvas', |
| 10 | draggable: true, |
| 11 | enable_device_pixel_ratio: false, |
| 12 | }, |
| 13 | plugin: { |
| 14 | screenshot: { |
| 15 | background: '#ffffff', |
| 16 | }, |
| 17 | }, |
| 18 | }; |
| 19 | _jm = new jsMind(options); |
| 20 | _jm.show(); |
| 21 | } |
| 22 | |
| 23 | function open_json() { |
| 24 | var mind = { |