Tuto WEBDEV 25
42 Part 1: Discovering WEBDEV 6. Validate ("OK" button). The page is automatically created in the editor. The window for saving the page is displayed. This window displays: • The page title. This title will be displayed in the title bar of browser. • The page name. This name corresponds to the logical page name. This name will be used to handle the page by programming. • The location. This location corresponds to directory in which the file corresponding to the page will be saved. 7. Type the page title: "Form". 8. The page name (that will be used in programming) is automatically deduced from the page title. If this name does not suit you, you have the ability to modify it and to specify a title that differs from the page name. 9. Validate ("OK" button). Remark For each page created in the editor, WEBDEV generates several types of files: • A "WWH" file that contains the page description for the page editor. This file is saved in the project directory. • An "AWL" file that corresponds to the page description for the WEBDEV engine in the EXE subdirectory of project. • An "HTM" file that contains the HTML code and the JavaScript code of the page that will be sent to the browser. This file is saved in the "\<Project name>_WEB\XX" subdirectory (one subdirectory per language, for example "US" for English, "ES" for Spanish, etc.). Creating controls Let’s create the different form controls. These controls will allow the user to fill the data required for the registration. The form includes the following controls: • Last name. • First name. • Address. • Email. • Login. • Password. All these controls are edit controls, allowing the user to type data.
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==