Tuto WEBDEV 25

44 Part 1: Discovering WEBDEV Remark Study the control name proposed by WEBDEV: this name starts with the letters "EDT_". This prefix is automatically added because the project is using a code style. The code style is used to define a prefix for each type of object, allowing you to quickly identify the element: • a page starts with "PAGE_" (we saw it when saving the page). • an edit control starts with "EDT_". • a button starts with "BTN_", etc. If you do not want to use this code style, you can simply disable it: in the ribbon, on the "Project" pane, in the "Other actions" group, expand "Code style" and uncheck "Use code style". ▶ To modify the detailed control characteristics, all you have to do is double-click the control. A description window of control is displayed: ▶ We are going to modify the maximum input size: all you have to do is type the new size (30 in our case) in the "Input size (characters)" control. Several other characteristics can be modified. Click "OK" to save the changes.

RkJQdWJsaXNoZXIy NDQ0OA==