This page is in the process of being drafted and is still incomplete.
Create a "protoComponent expander" with the supplied set of options.
fluid.renderer.makeProtoExpander(expandOptions);
File name: RendererUtilities.js
RendererUtilities.js
expandOptions
(Object) Options for controlling the expansion. For more information, see #Options below.
Function
A function which accepts a protoComponent tree as argument, and returns a fully expanded Component Tree suitable for supplying to the renderer.
Name
Description
Values
Default
ELstyle
The format to be used for identifying values to be expanded in the protocomponent tree.
String
"${}"
IDescape
"\\\"
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
example here
In this example, description here...