The Forms SDK and ASEE Flow Tasklist
ASEE Flow Tasklist uses the Form SDK for providing support for Embedded Forms. By default, the
tasklist uses the Form SDKs AngularJS integration.
Features
The Forms SDK provides the following features:- Form handling: attach to a form existing in the DOM or load a form from a URL.
- Variable handling: load and submit variables used in the form.
- Script handling: execute custom JavaScript in Forms
- Angular JS Integration: The Forms SDK optionally integrates with AngularJS to take advantage of AngularJS form validation and other AngularJS goodies.
CUSTOMER_ID and CUSTOMER_REVENUE:
Anti Features
The Forms SDK is intended to be lean and small. By design it is not concerned with things like- Form Validation: Instead, integrate with existing frameworks such as AngularJS.
- Components / Widgets: Instead, integrate nicely with existing component libraries like jQuery UI, Angular UI, …
- Form Generation: Instead, allow users to leverage the complete power of HTML and JavaScript to implement complex forms.