You are here
PPF Widgets
Widgets are a way to use the data retrieved from data sets in a report.
They range from data widgets, such as a graph or table, to report widgets, such as page refresh and image.
Click here to see how widgets are defined in a PPF file.
The links above will explain the nuances of each widget. The details below will explain how to integrate them into the overall PPF file.
var ppf_widgets = { //RESERVED. All widgets MUST be part of the ppf_widgets variable name
graph: {
//Graph widget definition would go here
},
table: {
//Table widget definition would go here
},
image: {
//Image widget definition would go here
}
}