-
Notifications
You must be signed in to change notification settings - Fork 0
Controls
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.
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)