Reply To: display text in HTML

Home Forums Quform WordPress display text in HTML Reply To: display text in HTML

#31158
artsolving
Participant

hi,
tnx for support.
however I added a function to display an inline editor for a div element.

jQuery(function ($) {

tinymce.init({
selector: ‘div#prova’,
inline: true
});

});

it open as in image but it works only if I put in the form a textarea with editor enabled.

1) i want only div element in the form its possible ?
2) also I try to display the div content in mail notification and nothing appear if I digit some text inside.

use:

jQuery(function ($) {

$(‘#prova’).html(tinymce.inlineEditor.getContent());
$(‘#prova’).html($(this).val());

});

but not work.

some tips ?

tnx

Attachments:
You must be logged in to view attached files.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy