INTRO
The nitro.js module provides client NITRO protocol implementation.
API
direct(term)
Sends DIRECT message from JavaScript. Use enc from bert.js
which will cause calling event(:test) clause in Nitrogen page controller.
qi(id)
Returns DOM element by existing id.
qs(id)
Searches for DOM element.
qn(id)
Creates new DOM element.
querySource(name)
Retrieves value fields of the given field.
validateSources(list)
Validates each value filed for the given list of fields.
$io.do
The event handler interceptor of the incoming IO message.