Documentation for a historical release of Infusion: 1.4
Please view the Infusion Documentation site for the latest documentation, or the Infusion 1.3. Documentation for the previous release.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

fluid.emptySubcomponent

fluid.emptySubcomponent(options)

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

fluid.emptySubcomponent(options);

File name: Fluid.js

Parameters

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

Return Value

Object The empty subcomponent


Example

example here

In this example, description here...