HTML Editor on change - save content in global variable

Hi All, I need to save in a global variable the content of a Html editor field before the user press an Html button field.

Does anyone know how to do it

Thanks in advance. Regards

Hola a todos, necesito guardar en una variable global el contenido de un campo Editor HTML antes que el usuario presione un botón Html.
Alguien sabe cómo hacerlo?

Desde ya muchas gracias. Saludos.

What do you mean exactly for ’ html button field’ ?

Hi @maxi

HTML image with a link to another app.

Found a solution using scAjaxGetFieldEditorHtml function and the name of the field.

var whtml = parent.scAjaxGetFieldEditorHtml(“mensaje”);

1 Like