Home - dingojs/dingo.js GitHub Wiki

Welcome to the Dingo.js wiki! Dingo.js is a versatile web framework that allows you to control all components of your web app from within JS. It also makes it easy to extend the language through the use of models. To see code examples and to learn more about the language, visit https://dingojs.github.io

Basics

Element- an element is the basic structure. The best way to think of an element is an html tag that contains certain properties, functions, and data associated with it.

Style- a style is exactly what it sounds like, a list of css attributes that can be applied to multiple elements.

Model-a function that creates an element with certain styling and attributes. Used as a template for batch creating elements.