Jump to content

Проблема с редактором CKEDITOR

Featured Replies

Суть проблемы такова - В редакторе есть установленный плагин по умолчанию который разбивает текст на страницы, но он не работает нормально, точнее при разбитии не добавляет закрывавшийся </div>. Не могу понять где найти файл отвечающий за этот плагин.

Выглядит это примерно так:

<div data-role="contentPage">
	<p>
		ipbmafia.ru
	</p>

	<hr data-role="contentPageBreak">
	<div data-role="contentPage">
		<p>
			ipbmafia.ru
		</p>

		<hr data-role="contentPageBreak">
	</div>
</div>

А должно быть что-то типо такого, по крайне мере при таком раскладе работает так-как нужно.

<div data-role="contentPage">
	<p>
		ipbmafia.ru
	</p>

	<hr data-role="contentPageBreak">
  </div>
	<div data-role="contentPage">
		<p>
			ipbmafia.ru
		</p>

		<hr data-role="contentPageBreak">
	</div>
</div>

Помогите с проблемой ...

Link to comment
https://ipbmafia.ru/topic/13544-problema-s-redaktorom-ckeditor/
Share on other sites

Плагин лежит тут: Applications --> Core --> Interface --> Ckeditor --> Ckeditor --> Plugins --> ipspage.

Link to comment
https://ipbmafia.ru/topic/13544-problema-s-redaktorom-ckeditor/?&do=findComment&comment=100544
Share on other sites
10 часов назад, Sipsb сказал:

Плагин лежит тут: Applications --> Core --> Interface --> Ckeditor --> Ckeditor --> Plugins --> ipspage.

Я так понимаю plugin.js следует менять но я в в них полный ноль.

Link to comment
https://ipbmafia.ru/topic/13544-problema-s-redaktorom-ckeditor/?&do=findComment&comment=100567
Share on other sites
4 часа назад, Win-v сказал:

plugin.js

Не подскажу o.O но по мне он работает ок

 

Untitled.gif.5eab851b748585dd98c7dbb2e6f

Edited by Sipsb

Link to comment
https://ipbmafia.ru/topic/13544-problema-s-redaktorom-ckeditor/?&do=findComment&comment=100577
Share on other sites

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.