ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
MapGetJSObject (Function)
Returns the instance of the API of Map control.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
The HTML Display control
The HTML Display control displays a web page in an application......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
ChangeTarget (Function)
Changes the target of a button action.
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
FileDisplay (Function)
Displays a file in the browser of Web user.
AWP without UI
Bootstrap, Angular, React, Vue......
Events associated with Link controls
List of events associated with Link controls...
1
2
3
4
5
6
262
>