Class idx.widget.ContextScope

Works in conjunction with idx.context to scope attribute values in the vicinity of a widget according to the DOM hierarchy. This is part of an experimental API to loosely couple widgets from disparate groups within the same DOM but under different roots and be able to reference things by name. This is intended for aggregate applications that leverage the DOM to fence off distinct functional areas of the application. The public API is found under the idx.context module.
Defined in: <idx\widget\ContextScope.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
constructor(args, node)
Constructor simply creates the array of values.

Constructor Detail

idx.widget.ContextScope()

Method Detail

constructor(args, node)

Constructor simply creates the array of values.
Parameters:
args
node