You are hereAria Javascript
Aria Javascript
Setting up Aria on Javascript
- Check out the source from SourceForge. (see SourceForge) for details.
- Add YUI 2.5 to the lib subfolder<
- Open Welcome.html
So far the test case loads a couple of pages and enables swapping of those pages. There is also some basic data binding, event handling and resource management, but not much else.
This demo is really a proof of concept and in that regard it shows most of the key concepts in operation.
There are a couple of things to fix, including dynamic loading of the referenced Javascript classes and the event handling where a new event handler is created for each event - it would be better to allows the events to bubble up to the page and then dispatch them to the response methods. Most of this is working, but I need to figure out a bit more about the YUI internals before finalizing.