fluid.initDependent
This functionality is Sneak Peek status. This means that the APIs may change. We welcome your feedback, ideas, and code, but please use caution if you use this new functionality.
Incomplete!
Description
Initializes an individual dependent component. This function is not part of the supported Fluid API and will not be maintained as stable between releases.
fluid.initDependent(that, name, thatStack);
Found in: FluidIoC.js
Parameters
|
object |
The that object. |
|
string |
The name of the dependent, as specified in the |
|
object |
The stack used for this |
Return Value
The dependent object, fully initialized.