mobile menu

PPF Widgets

You are here
PPF Widgets

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.

How are widgets defined in the 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
    }
}