ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / WEBDEV specific features / Page types
  • Overview
  • How to?
  • Importing a Dreamweaver library
  • Importing a Dreamweaver page template
  • Importing a Dreamweaver 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
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site. You have the ability to import:
How to?

Importing a Dreamweaver library

To importer a Dreamweaver library into a WEBDEV site:
  1. Open the WEBDEV project into which the page must be imported.
  2. On the "Project" tab, in the "Project" group, expand "Import" and select "A Dreamweaver library".
  3. Specify the path or URL of the library to import (".lbi" file). The preview is displayed.
  4. Select the import mode.
  5. Validate. The library is automatically included in the current WEBDEV project as control template.

Importing a Dreamweaver page template

To import an HTML page into a WEBDEV site:
  1. Open the WEBDEV project into which the page must be imported.
  2. On the "Project" tab, in the "Project" group, expand "Import" and select "A Dreamweaver page template".
  3. Specify the path or URL of the template to import. The preview is displayed.
  4. Select the import mode.
  5. Validate. The page template is automatically included in the current WEBDEV project. If the template uses a library or a "template", these elements will be automatically detected.
  6. If the control templates or the page templates are already found in the project, these elements are automatically re-used by the imported template.
  7. If the control templates or the pages templates are not found in the project:
    • If the sources of the libraries and templates are available, the import of these elements is automatically proposed.
    • If the sources of the libraries and templates are not available or if the import was refused, a reverse analysis of the page is performed: the necessary page templates and control templates are automatically created and associated with the page.

Importing a Dreamweaver page

To import an HTML page into a WEBDEV site:
  1. Open the WEBDEV project into which the page must be imported.
  2. On the "Project" tab, in the "Project" group, expand "Import" and select "An HTML page".
    Remark: You also have the ability to Drag and Drop the page to the page editor of WEBDEV.
  3. Specify the path or the URL of the HTML page to import. The preview of the HTML page to import is displayed.
  4. Select the import mode. The styles and the images associated with the imported page can be managed according to two methods:
    • If "I import an independent page into the project" is selected:
      • a WEBDEV style sheet (".WWS" file) is created and automatically associated with the imported page. This style sheet contains all the CSS styles of the initial page.
      • the different images associated with the imported page will be copied to a specific directory ("<PageName>" subdirectory of the default project directory).
    • If "I import several pages of the same site into the project" is selected:
      • the styles of the imported page are automatically added to the style sheet associated with the project.
      • the different images associated with the imported page will be copied into the "<ProjectName>_WEB" directory of the project.
  5. Validate. The HTML page is automatically included in the current WEBDEV project. If the page uses a library or a "template", these elements are automatically detected.
  6. If the control templates or the page templates are already found in the project, these elements are automatically re-used by the imported page.
  7. If the control templates or the pages templates are not found in the project:
    • If the source of the libraries and templates is available, the import of these elements is automatically proposed.
    • If the source of the libraries and templates is not available or if the import was refused, a reverse analysis of the page is performed: the necessary page templates and control templates are automatically created and associated with the page.
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help