Have field textarea id="tr"
using HTML editor Redactor last version
trying to set value of the field exactly haw it is described in API Doc :
$('#tr').redactor('insertText', 'text');
or
$('#tr').redactor('insertHtml', 'text');
What am I doing wrong ?