Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 21:01 UTC
Updated:
21 Apr 2014 at 09:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mkesicki commentedThank you for notice this. We try check this. Please be patient.
Comment #2
damiandab commentedThanks, I think it was removed from version 7.x-1.5:
#1331728: [D7] Remove unnecessary Drupal Page Break button if there is no module to support this feature
what I can't understand, because you can control visibility of plugin under ckeditor settings(Editor appearance)
I downgraded to version 7.x-1.4 to could use pagebreak.
I hope this help.
Best,
Damian
Comment #3
mkesicki commented@damiandab,
page break button will show if you have 'paging' or 'pagebreak' modules enabled.
Comment #4
damiandab commentedWhat if I'm using 'smart paging'? Page break button doesn't show.
There is no D7 version of 'paging' module.
Comment #5
mkesicki commented@damiandab,
we try check this module and add support to it. Please be patient.
You can also use
hook_ckeditor_pluginfrom api to create new plugin for CKEditor module.Comment #6
damiandab commentedok, thank you.
Best,
Damian
Comment #7
sokrplare commentedHere is a super simple patch against 7.x-1.6 - not sure about patch format, but the code should be correct. I left the paging module in there for now since it looks like a D7 port might happen #732136: D7 port of Paging
Comment #8
feyp commentedMarked #2141497: DrupalPageBreak Button and Smart Paging Module as duplicate of this issue.
Comment #9
RedRat commentedIt's a slightly updated patch for the 7.x-1.13 version of CKEditor module. Any chance to see it in the next release?
Comment #11
RedRat commentedRe-run of failed patch.
Comment #13
wwalc commentedCommitted, thanks!