Please enable JavaScript to view this site.

The manual for the JobRouter developer

widget_appearance

The surface of widgets can be divided into the two areas Label and Container.

The title bar (marked green in the figure) is always created automatically in your own widgets and contains the value returned by getTitle by default. The title can be customized by filling the key label with the desired data in getData.

The content of the widger (marked red in this figure) is generated from the template.

Please note: If you want to use the JobRouter scrollbars in the container, you can use a <div> with the CSS class jr-dashboard-container in your template.