| 1 | This is an example of an extremely simple Fusion application. |
| 2 | |
| 3 | It only uses straight CSS and HTML, with no fancy JavaScript of Jx layout components other than what is contained in Fusion. |
| 4 | |
| 5 | To install this (on Windows) unzip the contents of the attached file into the following directory: |
| 6 | |
| 7 | {{{ |
| 8 | |
| 9 | C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\www\fusion\samples\mapguide\ |
| 10 | |
| 11 | }}} |
| 12 | |
| 13 | Once you are familiar with this minimalist application, it is worth looking at the index.html files in the bundled Fusion templates to see what Jx can do; it's where Fusion's dynamic layout capabilities comes from. |
| 14 | |