This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

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...