Skip to content
Judson edited this page Jul 7, 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.
  • Configuration – standard knobs for configuring how Ninjascript behaves.
  • 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.
  • Tool Packaging – how to put together your own Ninja Tools

See also: Tutorial

Clone this wiki locally