Answer the question
In order to leave comments, you need to log in
How to restore focus in summernote?
Good afternoon. I've been struggling with the task for an hour ... I can't do it .. The summernote.org library / plugin works
for me (yii2)
print $form->field($model, 'body_full')->textarea(['id'=>'editor']);
<textarea id="editor"></textarea>
<span id="insert">insert</span>
$('#insert').click(function (){
$('#editor').summernote('insertText', 'Hello, world');
});
Answer the question
In order to leave comments, you need to log in
It's just a tin, some!!!
Replaced span with button (the node that triggers the event) and it worked.
Might be useful to someone in the future.
Although why it is so .... it is not clear
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question