PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Multiline Edit control in WEBDEV18
Multiline Edit control in WEBDEV18
Iniciado por Roy, 04,may. 2014 11:48 - 1 respuesta
Miembro registrado
47 mensajes
Popularité : +2 (2 votes)
Publicado el 04,mayo 2014 - 11:48
Hi.
How do I disable the risizing of a multiline edit control in WEBDEV18 when using the Chrome browser.

--
Roy van der Lee
Miembro registrado
47 mensajes
Popularité : +2 (2 votes)
Publicado el 24,mayo 2014 - 20:11
The solution for this problem is:
In the Pagedescription select the tab "Advanced". Under "HTML_code added to the page header", write the following code:
<link rel="stylesheet" type="text/css" href="/XXXXXXX_WEB/resize_tekst.css">

In the directory "/XXXXXXX_WEB/ place a file with the name "resize_tekst.css".
This file contains one line:
textarea { resize: none; }"

--
Roy van der Lee