ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
HTMLOnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
<HTML Display control>.OnErrorJS (Function)
Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control.
16. Types of code
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
WLanguage properties available in PHP
The following properties are available in PHP...
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
18. Order of execution of the code of buttons/links
How to develop a PHP site?
What is a PHP site?......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
ERR_BUTTON_EXPECTED
8. If you are already familiar with WINDEV
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
17. WLanguage: a simple and powerful language