Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Panel
borderColor#566b30
bgColorwhite
titleBGColor#D3E3C4
titleDescription
borderStylesolidtitleDescription

Initializes an individual dependent component. This function is not part of the supported Fluid API and will not be maintained as stable between releases.

Code Block
javascript
javascript
fluid.initDependent(that, name, thatStack);

Found in: FluidIoC.js

Panel
borderColor#566b30
bgColorwhite
titleBGColor#D3E3C4
titleParameters
borderStylesolidtitleParameters

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.

Panel
borderColor#566b30
bgColorwhite
titleBGColor#D3E3C4borderStylesolid
titleReturn Value
borderStylesolid

The dependent object, fully initialized.

...