This page is in the process of being drafted and is still incomplete.

fluid.renderer.makeProtoExpander(expandOptions)

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

fluid.renderer.makeProtoExpander(expandOptions);

File name: RendererUtilities.js

Parameters

expandOptions

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

Return Value

Function

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

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

example here

In this example, description here...