CoreJS is the Echo3 base library which provides tools for creating object-oriented JavaScript code. It does not have any dependencies to any other part of the Echo framework and is suitable for use on projects that do not in any way involve the Echo framework.
This page is currently a placeholder with links to various CoreJS-related topics.
Core Documentation
CoreJS.CreatingClasses: Introduction to creating classes.
CoreJS.MethodRefsAndEvents: Using Method References and Events
Additional Information
CoreJS.Literals: Introduction to a few JavaScript literals that might confuse non-JavaScript programmers looking at our JavaScript code for the first time.
CoreJS.SharedPrototype: Information on the "shared prototype" concept used for inheritance.