ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
18 results for: Navigateur
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar,...
The Navigation Bar control
...The Navigation Bar control is used to create a menu area that can easily adapt to the browser...
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Events associated with a Navigation Bar control
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted...
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted...
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages...
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Events associated with framesets
List of events associated with framesets...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found...
Creating a frameset
WEBDEV proposes several methods for creating a frameset......