Skip to content

totemstech/cell.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Hierarchical Rendering Web Framework

cell.js provides a light web framework to help keep javascript UI code structured and modular. The framework has a few basic functions to provide functional inheritance (as defined in the Crockford) [base.js] and a base emitter class [events.js] to add to objects the ability to bind and emit events. The framework is based on a very simple class called cell which helps developpers structure their UI in a hierarchical manner that helps modularity and reusability.

The concept of cells is largely inspired by the work introduced by Google in its GWT framework [http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/cell/client/Cell.html]

About

Extremely Simple Web UI Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published