|
|
|
|
|
- Overview
- Importing an existing style sheet
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project. This allows you to reuse the styles created with another tool and to include them in your WEBDEV website. Importing an existing style sheet To import an existing CSS style sheet: - Open a page in the page editor.
- In the "Page" pane, in the "Skin and styles" group, pull down "Styles" and select "Edit WEBDEV and external CSS element styles".
- In the window that appears, click on the "External CSS resources" tab. From this window, you can:
- Import a CSS file:
In the file explorer, select the CSS file to be imported. This file will be copied to the project directory if necessary. New in SaaSPoint to CSS: Enter the URL of the resource to be referenced. Note: the referenced resource must be referenced and accessed from a different domain. Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.- Delete selected CSS.
- Relocate selected CSS.
- Validate.
Note Imported styles can be used: - directly in the "Style" tab of the fields, specifying the CSS class to be used in the "Element style" field.
- when creating a new style.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|