Posted 10 ноябряNov 10 comment_213236 ПриветКак держать открытым редактор в теме???Не нужно нажимать, чтобы открыть редактор и открыть следующим образом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 ???
10 ноябряNov 10 comment_213237 $(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.