Skip to content

Controls

Imaobong Eyoma edited this page Jun 12, 2015 · 1 revision

Controls take care of the flow from page to page when there are huge listings involved within the table. It dynamically creates the number of flow depending on the data set. There are different types of control embedded in Quickforms.

Before you start, get a basic understanding of JavaScript. A basic example is shown in W3Schools : http://www.w3schools.com/html/html_scripts.asp

Quickforms uses Asynchronous Module Definition (AMD) to load each control separately when needed. This is achieved through a library called Requirejs. Require asynchronously loads JavaScript files using a simple dependency management API.

simple example is shown here for how Requirejs works.

  • Text element

  • Select Element

  • Checkbox/Radio

  • Tabbed Dialog

  • Fill div

  • Date picker

  • Dynamic Text

  • Upload CSV

  • Table

  • Table Filter Controls

  • Memory filter Controls

Note: Depending on the control you select the require function would vary.

Tutorials

Tutorial: How to Create add a Control to your app

Clone this wiki locally