FLUID-5507: Example for Fluid renderer decorator uses the jQuery renderer decorator

Metadata

Source
FLUID-5507
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2014-09-08T07:55:16.677-0400
Updated
2015-06-17T10:28:10.707-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Tech. Documentation

Description

The example of the for the fluid renderer decorator actually uses the configuration of the jQuery renderer decorator.

https://github.com/fluid-project/infusion-docs/blob/master/RendererDecorators.md#supported-decorators

The correct example should be:

decorators: [{
type: "fluid",
func: "fluid.componentName",
container: container,
options: options
}]

Comments