Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Include Page
sneak peek warning
sneak peek warning
{div:class=} h1.
Wiki Markup
Div
classapi-page

fluid.renderer.mergeComponents(target,

source)

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

Section
Column
width70%

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
bgColorwhite
borderStylenone
javascript

fluid.renderer.mergeComponents(target, source);
{code} *

File

name:

* {{

RendererUtilities.js

}} h2. Parameters {span:class=

Parameters

Span
classborderless-table

} |*{{target}}*|

target

(Object)

The

destination

for

the

copy | |*{{source}}*|

copy

source

(Object)

The

object

to

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}

copy

Return Value

Span
classborderless-table

Object

The filled-in target object

Column
width5%

Column

See Also


Example

Code Block
javascript
javascript

example here

In this example, description here...