Custom Widgets Step by Step Guide

Overview

This document describes the usage of the pluggable widget framework. Therefore the user is guided through the creation of different example widgets.

All necessary and optional custom widget building blocks will be explained step by step and illustrated by meaningful code snippets.

Each chapter and example widget is supposed to only focus on one specific widget building block, like data assignment, filtering etc.

Reading the documentation and trying out the simple example widgets should qualify the reader to create and understand simple and complex custom widgets on their own.