Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
sneak peek warning
sneak peek warning
{div:class=} h1.
Wiki Markup
Div
classapi-page

function.expandOptions(args,

that)

{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}

Section
Column
width70%

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.

Code Block
javascript
bgColorwhite
borderStylenone
javascript

function.expandOptions(args, thatStack);
{code} *File

File name:

* {{

FluidIoC.js

}} h2. Parameters {span:class=

Parameters

Span
classborderless-table

} |*{{args}}*|

args

(Object)

The

{{

options

}}

object

to

be

expanded | |*{{that}}*|

expanded

that

(Object)

The

{{[Infusion13:

]}}

object

that

constitute

the

environment.

| {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}

Return Value

Span
classborderless-table

Object

The expanded options

Column
width5%

Column

See Also


Notes

Note 1

Note 2

Example

Code Block
javascript
javascript

example here

In this example, description here...