|
- Overview
- Control in a window, in a report, or in a static or dynamic page
- Use in a page
- Creating an HTML control
- Creating an HTML control in a window
- Creating an HTML control in a page
- Creating an HTML control in a report
- Window control: Characteristics
- Options of the "General" tab
- Managing local images
- Incompatibility between the IE ActiveX (and oAuth2) and the use of .NET assembly
- Page control: Characteristics
- Description window
- Report control: Characteristics
- Description window and programming
Related Examples:
|
Unit examples (WINDEV): The HTML control
[ + ] Using an HTML control
|
|
Unit examples (WEBDEV): HTMLClass property
[ + ] The property ..HTMLClass allows you to read and update the control's HTML attribute "class". This property lets you select the CSS Style applied on the control.
|
|
Cross-platform examples (WINDEV Mobile): WM HTML Dialog
[ + ] This example explains how to dialog with an HTML control. It is using the WLanguage "ExecuteJS" function and the Javascript "WL.Execute" function.
|
This page is also available for…
|
|
|
| |
| Control HTML = Control View PDF |
|
| Did you know that the HTML control allows you to view various types of files like JPG, PNG, GIF, PDF and many other types? Well, it is possible to visualize different types of files, just inform the HTML control to open the file via programming code containing the PATH of the file.
==== CONTROL HTML OPEN PDF ====
Você sabia que o controle HTML permite visualizar diversos tipos de arquivos como JPG, PNG, GIF, PDF e muitos outros tipos? Pois bem, é possível SIM visualizar diferentes tipos de arquivos, basta informar para o controle HTML para abrir o arquivo via código de programação contendo o PATH do arquivo.
URL_FILE IS STRING = "c:\temp\pedido.pdf"
or
URL_FILE IS STRING = "http://mysite.com/pedido.pdf"
CONTROL_HTML_PEDIDOS = URL_FILE
OK |
|
|
|
| |
| |
| |
|
| | https://youtu.be/zN2jRmYPUhA
https://windevdesenvolvimento.blogspot.com/2019/06/dicas-2141-windev-webdev-mobile.html
// BTN_PESQUISA_GOOGLE sPESQUISA is string="https://www.google.co.in/search?q="+EDT_Site HTM_SITE=sPESQUISA
|
|
|
|
| |
| |
| |
|
| | https://youtu.be/EWW9_urMBWQ |
|
|
|
| |
| |
| |
|
| | https://youtu.be/bKPR1UdsYxU |
|
|
|
| |
| |
| |
|
| | https://youtu.be/RJHDt5BpOhA |
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |