JX.initBehaviors(map)Javelin Documentation ()
JX.initBehaviors(map)
Javelin Documentation ()
Execute previously defined Javelin behaviors, running the glue code they contain to glue stuff together. See Concepts: Behaviors for more information on Javelin behaviors.
Normally, you do not call this function yourself; instead, your server-side library builds it for you.
Parameters
| dict | map | Map of behaviors to invoke: keys are behavior names, and values are lists of configuration dictionaries. The behavior will be invoked once for each configuration dictionary. |
Return
| void |
- Defined
- lib/behavior.js:79