Documentation for a historical release of Infusion: 1.4
Please view the Infusion Documentation site for the latest documentation, or the Infusion 1.3. Documentation for the previous release.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

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

that

object

The that object.

name

string

The name of the dependent, as specified in the options block of the that object.

thatStack

object

The stack used for this that object.

Return Value

The dependent object, fully initialized.

See Also