Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Div
classapi-page

fluid.renderer.createRendererSubcomponent(container, selectors, options, model, fossils)

Section
Column
width70%

description

Code Block
javascript
javascript
bgColorwhite
borderStylenonejavascript
fluid.renderer.createRendererSubcomponent(container, selectors, options, model, fossils);

File name: RendererUtilities.js

Parameters

Span
classborderless-table

container

(jQueryable) A string selector, DOM node or jQuery object that is the container for this renderer function.

selectors

(Object) A set of named selectors strings (key/value pairs where the key is the selector name and the value is the string selector).

options

(Object) Options that will control the behaviour of the renderer function. See Options below for more information.

model

(Object) The data model that is to be rendered.

fossils

(Object) (optional)

Return Value

Span
classborderless-table

Object

A renderer subcomponent. For more information, see Return Value below.

Column
width5%
 
Column

See Also

 


 

Anchor
options
options

Options

Insert excerpt
createRendererFunction Options
createRendererFunction Options
nopaneltruecreateRendererFunction Options

Anchor
return
return

Return Value

This function returns a renderer subcomponent with two public methods:

  • expander:
  • render: when invoked, this function will render the prototree into the container

Example

Code Block
javascript
javascript
example here

In this example, description here...