Web Forms are an interactive feature that allows you to create a form to transfer data from a source to destination. Adeptia Connect supports Sencha Architect to design Web Forms. Web Forms are so simple to use that a business user can easily create it by adding controls, customizing the appearance and layout, and adding rules that decide the behavior of the form.
Using Sencha Architect
Use Sencha Architect to design a Web Form. There are two use of Sencha Architect:
...
design a Web Form that can be used in a Transaction/Template.
...
Designing a Web Form
- Install Sencha Architect on your system, refer to the latest version of Sencha Architect.
- Open the Sencha Architect and click plus (+) on the top left corner. New Project to create a Web Form.For reference, refer to Sencha Architect Tutorial.
- Choose the framework: Ext JS 6.6.x Modern at the top-right of the New Project screen.
- Choose a project format: Select the Blank Project and click Create.
- Design a form by using Sencha drag-and-drop feature. Choose components from the right hand panel and drop them on the center canvas.
- Provide the configuration properties to the components like min. length, max. length, allow blank, blank text, and validation.
- Click Save.
- Copy the folder created from step 4 and place it directly into web-apps folder of application.
...