Create a "protoComponent expander" with the supplied set of options. Code Block |
---|
| javascript |
---|
| javascript |
---|
bgColor | white |
---|
borderStyle | nonejavascript |
---|
|
fluid.renderer.makeProtoExpander(expandOptions);
|
File name: RendererUtilities.js Parameters Span |
---|
| expandOptions
| (Object) Options for controlling the expansion. For more information, see #Options below. |
|
Return Value Span |
---|
| Function | A function which accepts a protoComponent tree as argument, and returns a fully expanded Component Tree suitable for supplying to the renderer. |
|
|