ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • Overview
  • How to?
  • Creating a link on text
  • Displaying the properties of a link on text
  • Creating a link on an image
  • Deleting a link on text
  • Deleting all the links on the text found in a page
  • Deleting one or more links on an image
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 links allow the users to move between the different pages of the help system and to browse the help system. A link can be established:
  • on a word or on a group of words.
  • on an image.
The link is used to open a new help page.
For example:
Link in a help page
WINDEV allows you to create a link to:
  • a help page of the current help system.
  • an anchor in a help page of the current help system.
  • a help page of another help system found in the project.
  • an Internet page.
The characteristics of the links are specified in the Link properties.
How to?

Creating a link on text

To create a link:
  1. Display the help page that will contain the link in the help editor.
  2. Select the group of words for which the link must be created.
  3. On the "Modification" tab, in the "Edit" group, click "Link". You can also select "Insert a link" in the context menu. The window for the link properties is displayed.
  4. Modify the characteristics of the link. For more details, see Link properties.
  5. Validate.

Displaying the properties of a link on text

When it is created, the link is used to display the help page specified in the current help window: the new help page replaces the help page currently displayed.
These characteristics can be changed via the link properties. You can, for example, display the help page in the format of a "popup window".
To display the link properties:
  1. Position the mouse cursor on the link text.
  2. Double-click the text of the link or select "Properties of the link" from the popup menu (right mouse click).

Creating a link on an image

The images inserted into a help page can contain one or more links toward other pages. These images are called clickable images. These links can be created when the image is inserted into the help page or later via the properties of an image.

Deleting a link on text

To delete a link:
  1. Display the help page containing the link in the help editor.
  2. Position the mouse cursor on the word or on the image containing the link.
  3. Select "Delete the link" in the context menu. The link is automatically deleted.

Deleting all the links on the text found in a page

To delete all the links found in a page:
  1. Display the help page in the help editor.
  2. Position the mouse cursor in the page.
  3. Select "Delete all the links" from the popup menu.

Deleting one or more links on an image

To delete the links established from an image:
  1. Select the clickable image.
  2. Select "Image properties" from the popup menu.
  3. Select the link to delete and click the "Delete" button. For more details, see Image properties.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment