wiki:S3/FilterForms

Version 5 (modified by Dominic König, 12 years ago) ( diff )

--

S3 FilterForms

Filter forms allow the user to apply filters to interactive views (e.g. data tables, data lists, reports etc.).

Framework

The framework for filter forms consists of 3 core components:

Client-side:

  • a filter script to collect all values from filter widgets and convert them into a URL query

Server-side:

  • the REST interface to interpret and apply the URL query as resource filter
  • a form builder to render the filter form and prepopulate it with the values from the URL query

Filter Forms Framework

Filter Widgets

Filter Forms

Architecture

Components

Python Classes

JavaScript Methods

Implementing Filter Widgets

Using Filter Forms in REST Method Handlers

Using Filter Forms in Custom Controllers


Attachments (5)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.