Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Div
classapi-page

fluid.emptySubcomponent(options)

Section
Column
width70%

Construct a dummy or "placeholder" subcomponent, that optionally provides empty implementations for a set of methods.

Code Block
javascript
javascript
bgColorwhite
borderStylenonejavascript
fluid.emptySubcomponent(options);

File name: Fluid.js

Parameters

Span
classborderless-table

options

(Anything) can be anything, will use jQuery.makeArray to turn it into an array

Return Value

Span
classborderless-table

Object

The empty subcomponent

Column
width5%

Column

See Also


Example

Code Block
javascript
javascript
example here

In this example, description here...