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.makeProtoExpander(expandOptions)

Section
Column
width70%

Create a "protoComponent expander" with the supplied set of options.

Code Block
javascript
javascript
bgColorwhite
borderStylenonejavascript
fluid.renderer.makeProtoExpander(expandOptions);

File name: RendererUtilities.js

Parameters

Span
classborderless-table

expandOptions

(Object) Options for controlling the expansion. For more information, see #Options below.

Return Value

Span
classborderless-table

Function

A function which accepts a protoComponent tree as argument, and returns a fully expanded Component Tree suitable for supplying to the renderer.

Column
width5%

Column

See Also


Options

Name

Description

Values

Default

ELstyle

The format to be used for identifying values to be expanded in the protocomponent tree.

String

"${}"

IDescape

 

String

"\\\"

model

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

Object

none

resolverGetConfig

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

Array of functions

none

Example

Code Block
javascript
javascript
example here

In this example, description here...