Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 38 Next »

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. 

Use Sencha Architect to design a Web Form that can be used in a Transaction/Template.

Prerequisites

Before using Sencha Architect to Design a Web Form, ensure that you meet the following requirement:

  • You must install Sencha Architect on your system. Click here for latest version of Sencha Architect.

 

You can Design a Web Form using Sencha Architect in two ways.

 Using Transaction/Template Form
  1. Download and unzip the Transaction/Template Form and place it in your system at desired location (e.g. c:\projects\dashboard\resources\).
  2. Open the Sencha Architect and click Open to select the unzipped Transaction/Template Form for editing. Click here for Sencha Architect Tutorial.



  3. Design a form by using Sencha drag-and-drop feature. Choose components from the right hand panel and drop them on the center canvas.



  4. Select the field and search the Name attribute from the right hand attribute panel. Enter the Name which will appear in the JSON schema.



  5. Click  and select Build Settings from the drop-down list.



  6. Select Production as Environment and provide the publish path. Click Save and the application will appear with specified project name in the provided Publish Path. 

     

    Choosing Production as Environment will process your Web Form quickly as it compress the files.
    Click  preview button to preview the Web Form. Your default browser will open a new tab showing the Web Form.
 Using New Project Option
  1. Open the Sencha Architect and click New Project to create a Web Form. Click here for Sencha Architect Tutorial.



  2. Choose the framework Ext JS 6.6.x Classic at the top-right of the New Project screen.
  3. Select the Blank Project and click Create.



  4. Select the Form Panel from right hand Toolbox Panel and Drag and Drop to the center canvas.



  5. Design a form by using Sencha drag-and-drop feature. Choose components from the right hand panel and drop them on the center canvas.



  6. Select the field and search the Name attribute from the right hand attribute panel. Enter the Name which will appear in the JSON schema.



  7. Create Submit button with the help of Project Inspector and Attribute Panel. To create Submit Button, follow these steps:

    1. Drag and Drop the Button from right hand Toolbox Panel to the center canvas.

    2. Rename the Button as required (e.g. Submit).

    3. Right click the Submit Button in Project Inspector Panel.

    4. Select the Event 'Click' from the drop-down list and provide Function Name.

    5. Click Create Binding.



       

  8. Click onButtonClick from Project Inspector Panel and add the code window.parent.Ext.ComponentQuery.query('transactionswrapper')[0].getController().submitWebForm(button.up('form')); in Code Tab.

     

  9. To save the project, provide the path and click Save.

     

  10. Click  and select Build Settings from the drop-down list.



  11. Select Production as Environment and provide the publish path. Click Save and the application will appear with specified project name in the provided Publish Path. 

 

Choosing Production as Environment will process your Web Form quickly as it compress the files.
Click  preview button to preview the Web Form. Your default browser will open a new tab showing the Web Form.


 

Follow one of these steps to deploy the application:

  1. Copy the folder created and place it directly in the web-apps folder of web server where the connect application is running. OR,
  2. Provide the web-apps path of web server in the Save path field and it will create the application directly in the web-apps folder of web server.

Restart the web server to publish the Web Form.


 

Once you have designed a Web Form using Sencha Architecture, you can create a Web Form in Adeptia Connect. To create a Web Form, refer to Creating a Web Form.

  • No labels