|
|
|
|
|
- Overview of pages
- Creating a page
- How to?
- Files corresponding to the pages
- Describing a page
- Creating a page from an internal page and vice versa
Pages are the main interface of a WEBDEV website. Pages allow Web users to view and handle information. This information can be: - Dynamic information coming from data files, queries, etc. This information changes according to the requests made by the Web users.
- Static. The information is fixed and it does not change.
How to? To create a page: - Click
in the quick access buttons. - The window for creating a new element is displayed: click "Page" then "Page".
- The page creation wizard opens.
- Select the type of page to create:
- the "Standard " option allows you to create:
- a blank page without any controls.
The editing mode of this page is defined in the "General" tab of the page description window.: - Responsive (zoning y layouts) (default): Blank page using zoning and layouts.
By using the layouts defined on desktop and mobile, this type of page makes it possible to quickly create a "Mobile-friendly" site. - Rangos de resolución (modo Responsive heredado): Blank page using Responsive Web Design slices.
This type of page is kept for compatibility to create "Mobile-friendly" sites. For more details, see Creating a Responsive Web Design page. - Modo HTML Blank HTML stream page.
- a page based on a project template, if the project contains a page template.
- a page based on a preset template (2 or 3 columns, left or right sidebar, etc.).
You can generate the page and the page template, or the page only. The generated page contains controls that provide a preview. These controls can be modified or deleted later.
- "Internal pages" is used to create:
- a blank internal page that can be included (with its code) in another page via the "Internal page" controls.
- internal pages specific to the management of dialog boxes.
- "Error pages" is used to create error pages. These error pages allow you to customize the error page displayed in the site. For more details, see Managing site errors.
- "RAD " is used to create "Dynamic RAD" pages to display and to enter data. This type of page can be based on a data file, query, etc.
To display the characteristics of the created page, use one of the following methods: - Select "Description" in the page context menu.
- On the "Modificación" tab, in the "Edición rápida" group, click "Descripción".
Files corresponding to the pages The pages correspond to WEBDEV ".WWH " files. By default, these files are created in the main directory of the project. When generating the pages of the site, the ".WWH" files are automatically converted into ".HTM" files. These HTML files are created in different directories depending on the type of the page: - Dynamic page: project language sub-directories (e.g. "FR", "US", ...).
- Static page: language subdirectories present in the "<ProjectName>_WEB" directory of the project (for example "MySite_Web/FR").
For more details, see Project directories. Describing a page The description window of a page contains several tabs that allow you to define all the characteristics of the page: - Tab "General"Here you can define:
- the name of the page,
- its description,
- its title,
- its type (Session, AWP, static, PHP, etc.),
- its edit mode (Layout-based RWD or legacy RWD, etc.).
- UI" tabUI"tab: Allows you to define:
- the characteristics of the automatic AJAX indicator,
- various display options:
- adaptation for mobiles,
- iOS web apps,
- hover cursor of the page.
- page size.
- anchoring options of the page.
- Tab "Detail"Here you can define:
- Tab "Frame"Used to define frame characteristics.
- Tab "Language"Allows you to define the languages available on the page.
- Tab "Note"Here you can define note titles and contents. This information will be printed in the technical documentation.
- Tab "Advanced": It allows you to:
- add HTML code to the page header or end of page.
- add meta-information.
- customize the page's HTML generation options (these options are defined in the "Advanced" tab of the project description window).
- Style" tabStyle"This allows you to define:
- the characteristics of the skin associated with the page. For more details, see Management of skins.
- the style sheet associated with the page.
- the page style options:
- Browser background.
- Default font.
- Page background and borders. For example, the background image associated with the page. For more details, see Page and background image.
- Default colors: This option lets you define the different colors used for page text, links, visited links, ... This information directly modifies the code of the tag <BODY> tag of the HTML page.
- Default page margins.
- Style of tooltips, scrollbars, etc.
Creating a page from an internal page and vice versa WEBDEV allows you to create a page from an internal page and vice versa. - To create an internal page from the current page, go to the "Inicio" tab, "General" group, expand "Guardar" and select "Save page as an internal page".
- To create a page from the current internal page, go to the "Inicio" tab, "General" group, expand "Guardar" and select "Save internal page as a page".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|