|
|
Version 0.8.0 Alpha
|
|
|
Portal to the Milescript open-source development community.
Milescript Demos - Fisheye Demo
The Fisheye Demo demonstrates exported classes in Milescript. Exported classes provide Javascript hooks for public methods and attributes of a Milescript class. This enables the Milescript programmer to create a distributable library which can be used by Javascript programmers as well as Milescript programmers. This is the same Fisheye module used on this demo page.
This demo illustrates the following Milescript features:
- Code Condensation
- Documentation Generation
- Exported Classes
- Uses Libraries LibDom, LibUtil
|
The Fisheye Demo is a Javascript file which can be downloaded and used to create a neat Fisheye toolbar for any webpage.
Download the Javascript Fisheye toolbar.
The download includes an example HTML file which shows how to create and use the FisheyeMenu and FisheyeButton classes.
|