Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Div
classapi-page

fluid.renderer.mergeComponents(target, source)

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
javascript
bgColorwhite
borderStylenonejavascript
fluid.renderer.mergeComponents(target, source);

File name: RendererUtilities.js

Parameters

Span
classborderless-table

target

(Object) The destination for the copy

source

(Object) The object to 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...