Include Page |
---|
| Infusion14:sneak peek warningInfusion14: |
---|
| sneak peek warning |
---|
|
Div |
---|
class | Wiki Markup |
---|
{div:class=api-page | }
h1. fluid.renderer.mergeComponents(target, source) Section |
---|
Column |
---|
|
|
A special "shallow copy" operation suitable for nondestructively merging trees of components. jQuery.extend in shallow mode will neglect null
valued properties.
Code Block |
---|
javascript | javascript | bgColor | white |
---|
borderStyle | none |
---|
{section}
{column:width=70%}
A special "shallow copy" operation suitable for nondestructively merging trees of components. jQuery.extend in shallow mode will neglect {{null}} valued properties.
{code:javascript|borderStyle=none|bgColor=white}
fluid.renderer.mergeComponents(target, source);
{code}
*File name:* {{RendererUtilities.js
Parameters
Span |
---|
class | }}
h2. Parameters
{span:class=borderless-table
target
| }
|*{{target}}*| (Object) The destination for the
copy source
| copy |
|*{{source}}*| (Object) The object to
copy Return Value
Span |
---|
|
Object | The filled-in target object |
|
Column |
---|
|
Example
Code Block |
---|
javascript | javascript |
example here
|
In this example, description here... copy |
{span}
h2. Return Value
{span:class=borderless-table}
|*Object*| The filled-in {{target}} object |
{span}
{column}
{column:width=5%}
{column}
{column}
h3. See Also
{column}
{section}
----
h3. Example
{code:javascript}
example here
{code}
In this example, description here...
{div}