Jump to content

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


Win-v

Recommended Posts

Суть проблемы такова - В редакторе есть установленный плагин по умолчанию который разбивает текст на страницы, но он не работает нормально, точнее при разбитии не добавляет закрывавшийся </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
Share on other sites

10 часов назад, Sipsb сказал:

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

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

Link to comment
Share on other sites

4 часа назад, Win-v сказал:

plugin.js

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

 

Untitled.gif.5eab851b748585dd98c7dbb2e6f

Edited by Sipsb
Link to comment
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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...