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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Q. What's fluid.defaults()?
A.
fluid.defaults() stores and retrieve a component's default settings. "Settings" are the options that are basically configuration to a components. On run time, components settings are generated by merging the default settings (which is by fluids.defaults()) and the users' instance of option (which is the last argument to a component creator).
The fluid.defaults() API can be found here.

  • No labels