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.
createRendererFunction Options
This page describes the options that can be passed to fluid.renderer.createRendererSubcomponent.
Name | Description | Values | Default |
---|---|---|---|
| A function that can be used to create a list of cutpoints.NOTE that this function will only be used if the | function | |
| Options that will be passed on to the prototree expander function. Note that if the | Object | none |
| A flag that, if | boolean |
|
| Options that will be passed on to the Renderer itself. See fluid.render for more information | Object | none |
| A string selector, DOM node or jQuery object containing the source template to be used for rendering by this function. | jQueryable | none; The |