Include Page |
---|
| docs:sneak peek warningdocs: |
---|
| sneak peek warning |
---|
|
Wiki Markup |
---|
{div |
:class | =api-page | }
h1. function.expandOptions(args, that) Section |
---|
Column |
---|
|
|
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 | javascript | bgColor | white |
---|
borderStyle | none |
---|
{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
Span |
---|
class | }}
h2. Parameters
{span:class=borderless-table
args
| }
|*{{args}}*| (Object) The {{options}} object to be
expanded that
| expanded |
|*{{that}}*| (Object) The {{[Infusion13:that]}} object that constitute the environment
. Return Value
Span |
---|
|
Object | The expanded options |
|
Column |
---|
|
Notes
Note 1
Note 2
Example
Code Block |
---|
javascript | javascript |
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}