Jump to content

Держите редактор открытым в темах IC5

Featured Replies

Привет
Как держать открытым редактор в теме???
Не нужно нажимать, чтобы открыть редактор и открыть следующим образом

013.jpg

IPS4 :

<script type="text/javascript">
;( function($, _, undefined){
"use strict";
  $(document).ready(function(){
    var editor = $('[data-role="replyArea"]').find('[data-ipsEditor]');
    if ( editor.length ) {
      var objInterval = setInterval( function () {
        try {
          ips.ui.editor.getObj( editor ).unminimize();
          clearInterval( objInterval );
        } catch (err) { }
      }, 400);
    }
  });
}(jQuery, _));
</script>

PLEASE HELP FOR IC5 ???

Link to comment
https://ipbmafia.ru/topic/28389-derzhite-redaktor-otkrytym-v-temah-ic5/
Share on other sites
$(document).ready(function(){
	var editor = $('[data-role="replyArea"]').find('[data-ipsEditorv5]');
    if ( editor.length ) {
      var objInterval = setInterval( function () {
        try {
          ips.ui.editorv5.getObj( editor ).unminimize();
          clearInterval( objInterval );
        } catch (err) { }
      }, 400);
    }
});

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.