0.7.2 • Published 10 years ago

controlsjs v0.7.2

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

controls.js

framework for dynamic html documents and UI solutions, javascript templating

NPM version

controls.js - framework for a visual and data components
bootstrap.controls.js - WCL based on bootstrap and controls.js

http://aplib.github.io/controls.js/ Simple Markdown site template

##Get started

Installation

  1. Download from GitHub
  2. npm install controlsjs

files

controls.js - development version with comments
controls.min.js - compressed controls.js

Include the following code in your head tag:

<script src="controls.js"></script>

Hello World!

<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
    <script src="controls.js"></script>
</head>
<body>
<script type="text/javascript">
    var body = controls.create('body').attach();
    body
        .add('h1', 'Hello World!')
        .createElement();
</script>
</body>
</html>
0.7.2

10 years ago

0.7.1

10 years ago

0.6.15

10 years ago

0.6.14

10 years ago

0.6.13

10 years ago

0.6.12

10 years ago

0.6.11

10 years ago

0.6.10

11 years ago

0.6.9

11 years ago

0.6.8

11 years ago

0.6.7

11 years ago

0.6.6

11 years ago

0.6.5

11 years ago

0.6.4

11 years ago

0.6.3

11 years ago

0.6.2

11 years ago

0.6.1

11 years ago

0.6.0

11 years ago