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.
...
- Install Sencha Architect on your system, refer to the latest version of Sencha Architect.
- Open the Sencha Architect and click 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.
Info Click preview button to preview the Web Form. Your default browser will open a new tab showing the Web Form. - Provide the configuration properties to the components like min. length, max. length, allow blank, blank text, and validation.
- Click Save.
- Copy the folder created and place it directly into web-apps folder of application.
...