Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Include Page
docs:sneak peek warningdocs:
sneak peek warning

Expand a set of component options with respect to a set of expanders (essentially only deferredCall). This substitution is destructive since it is assumed that the options are already "live" as the result of environmental substitutions. Note that options contained inside components will not be expanded by this call directly, to avoid linearly increasing expansion depth if this call is occurring as a result of fluid.initDependents.


{section}
{column:width=70%}

Expand a set of component options with respect to a set of [expanders|Expansion of Default Component Options] (essentially only {{deferredCall}}). This substitution is destructive since it is assumed that the options are already "live" as the result of environmental substitutions. Note that options contained inside {{components}} will not be expanded by this call directly, to avoid linearly increasing expansion depth if this call is occurring as a result of {{[fluid.initDependents]}}.

{code:javascript|borderStyle=none|bgColor=white}
function.expandOptions(args, thatStack);
{code}

*File name:* {{FluidIoC.js

Parameters

}}

h2. Parameters

{span:class=borderless-table
}
|*{{args}}*| (Object) The {{options}} object to be
expanded
 expanded |
|*{{that}}*| (Object) The {{[Infusion13:that]}} object that constitute the environment
.

Return Value

Wiki Markup
{div
:class
=api-page
}

h1. function.expandOptions(args, that)
Section
Column
width70%
Code Block
javascriptjavascript
bgColorwhite
borderStylenone
Span
class

args

that

Span
classborderless-table

Object

The expanded options

Column
width5%
Column

See Also

Notes

Note 1

Note 2

Example

Code Blockjavascriptjavascript

example here
In this example, description here...
. |
{span}

h2. Return Value
{span:class=borderless-table}
|*Object*| The expanded options |
{span}

{column}

{column:width=5%}
{column}

{column}
h3. See Also
* [fluid.initDependents]
* [Infusion13:Component Lifecycle]
{column}
{section}
----

h3. Notes

h4. Note 1

h4. Note 2


h3. Example
{code:javascript}
example here
{code}
In this example, description here...

{div}