forked from nyarly/NinjaScript
-
Notifications
You must be signed in to change notification settings - Fork 1
Reference
Judson edited this page Jul 6, 2011
·
2 revisions
Ninjascript has several points of interface with client code. The intention is to make it as versatile as possible, without forcing the whole complicated interface on to new users right out of the gate.
The various interfaces are:
- In A Host Page – the Javascript you use to tell Ninjascript what to do with your DOM.
- Standard Behaviors – powerful tools that come with Ninjascript, and how to use them.
- Behavior Definition – the nuts-and-bolts code you can use to define new definitions, either on the fly or for packaging.
- Behavior Packaging – the wrappers that let you define new behaviors to add to your toolkit.
See also: Tutorial