AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Características específicas de WEBDEV / Tipos de páginas
  • Overview
  • Static page
  • Dynamic page (in Session or AWP mode)
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
WEBDEV enables you to create static sites and/or dynamic sites.
These sites can combine several types of pages:
Static page
Characteristics
A static page is used to display text, images, and so on. This type of page does not really interact with the Web user.
To display several product forms, you must create as many pages as the number product forms. The data is saved in the page.
Development
The static pages are created in the WEBDEV editor.
Installation
On the server, simply copy the page to the Web server.
Principle of a static page
Dynamic page (in Session or AWP mode)
Characteristics
A dynamic page allows you to display text, images, data coming from a database, ...
To display several product forms, a single dynamic page is all that's needed: the data on the page will be filled in according to the contents of the database and the product requested by the user.. No database data is saved in the page.
Development
The dynamic pages are created in the WEBDEV editor.
Installation
On the server, you must install:
  • the WEBDEV engine: this engine displays the HTML page with the data present in the database.
  • the database.
  • the HTML pages generated by WEBDEV.
Principle of a dynamic page (Session or AWP)
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local