ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / WEBDEV specific features / Page types
  • Overview
  • Defining the home page
  • Defining the home in the "Project explorer" pane
  • Created files corresponding to the home page
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The home page is the first page of your WEBDEV site (static or in session mode). This page is always a static page.
In a site in session mode, the home page is one of the elements used to reference the site.
You have the ability to choose a static page found in your site.
Defining the home page
WEBDEV allows you to define the home page of a site via the "Project explorer" pane.
Remark: A home page is also proposed during the test of a static project, if no home page was defined. For more details, see Testing a project.

Defining the home in the "Project explorer" pane

To define the home page of the project:
  1. In the "Project explorer" pane, select the page that will become the new home page. This page must be a static page of your site.
  2. Select "Home page" in the context menu. This option is available only if the selected page is a static page.
  3. The corresponding HTML page is automatically generated and the home page is defined. The icon is used to identify the home page in the "Project explorer" pane.
Project Explorer pane
Created files corresponding to the home page
When a home page is defined for your static site or your site in session mode, the following files are automatically created in the <Project Name>_WEB directory as well as in each language subdirectory:
  • Home.htm
  • Default.htm
  • Index.htm
When installing a WEBDEV site, this page will be used as the first page of the site. The address for starting the site will have to start this page.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help