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 |
See Also
Example
example here
In this example, description here...