Answer the question
In order to leave comments, you need to log in
How to re-initialize tinymce on ajax load?
Loading the following code
function input_content(){
tinymce.init({
selector: "textarea.input_content",
language: 'ru_RU',
skin: 'alko',
height : 300
});
}
<div class="form-group">
<label>Описание</label>
<textarea name="content" class="form-control input_content"></textarea>
</div>
<script>
input_content();
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question