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.
initRendererComponent Options
Name | Description | Values | Default |
---|---|---|---|
| The "data model" to which value bindings expressed within the tree will be expressed | Object | none |
| A list of resources (such as HTML files, CSS files, data files) that are required by the component. | Object as required by | none |
| Configuration functions to be applied to any data retrieved from the model | Array of functions | The raw value will be retrieved unchanged. |
| Configuration functions to be applied to any data being saved in the model | Array of functions | The raw value will be saved unchanged. |
| Options that will be included in the | Object | Â |
| Options that will be passed directly to the renderer creation function | Object | See the documentation for |
| A set of named selectors that will be converted to cutpoints for use by the renderer | Object | none |
| A list of any of the named | Array of Strings | none |
| A list of any of the named | Array of Strings | none |
| A data structure that represents the binding between the contents and data. Also see Renderer Component Trees for more detail. | Object | none |
| A user-defined function that returns protoTree | a function | none |
| A flag indicating whether or not the component should render itself automatically after initialization. | boolean | false |