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.

initRendererComponent Options

Name

Description

Values

Default

model

The "data model" to which value bindings expressed within the tree will be expressed

Object

none

resources

A list of resources (such as HTML files, CSS files, data files) that are required by the component.

Object as required by fluid.fetchResources

none

resolverGetConfig

Configuration functions to be applied to any data retrieved from the model

Array of functions

The raw value will be retrieved unchanged.

resolverSetConfig

Configuration functions to be applied to any data being saved in the model

Array of functions

The raw value will be saved unchanged.

rendererOptions

Options that will be included in the rendererFnOptions as rendererOptions

Object

 

rendererFnOptions

Options that will be passed directly to the renderer creation function, fluid.renderer.createRendererFunction

Object

See the documentation for fluid.renderer.createRendererFunction

selectors

A set of named selectors that will be converted to cutpoints for use by the renderer

Object

none

repeatingSelectors

A list of any of the named selectors that reference elements that will be repeated when renderer (e.g. rows in a table)

Array of Strings

none

selectorsToIgnore

A list of any of the named selectors that should not be included in the renderer cutpoints

Array of Strings

none

protoTree

A data structure that represents the binding between the contents and data. Also see Renderer Component Trees for more detail.

Object

none

produceTree

A user-defined function that returns protoTree

a function

none

renderOnInit

A flag indicating whether or not the component should render itself automatically after initialization.

boolean

false