Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

pagebreak is still an issue in the various editors #74

Open
espaan opened this issue Dec 28, 2012 · 2 comments
Open

pagebreak is still an issue in the various editors #74

espaan opened this issue Dec 28, 2012 · 2 comments
Labels
Milestone

Comments

@espaan
Copy link
Member

espaan commented Dec 28, 2012

See also #25, where carsten updated the xinha plugin to output a new pagebreak.

News and Pages are using a pagebreak to split content into several pages
e.g. in Pages

        // Explode the review into an array of seperate pages
        $allpages = explode('<!--pagebreak-->', $item['content']);

however the following outputs are produced

  • tinymce
<!-- pagebreak -->
  • xinha:
<div class="pagebreak"><div><!--pagebreak-->
  • ckeditor:
<div style="page-break-after: always;"><span style="display: none;">&nbsp;</span></div>

Maybe a zikulapagebreak should be used that outputs always the same instead of the default editor specific pagebreak plugin output.

@craigh
Copy link
Member

craigh commented Dec 29, 2012

@hvorragend any chance you'd comment here?

espaan added a commit that referenced this issue Dec 30, 2012
page break in modules uses no spaces, so corrected in the tinymce plugin. Xinha does this in the editorheader. But tinymce uses the plugin for this.
espaan added a commit that referenced this issue Dec 31, 2012
refers to #74. Work needs to be done to get <!--pagebreak--> into the ckeditor way of page break
@craigh
Copy link
Member

craigh commented Jan 12, 2013

see also #40

@espaan espaan modified the milestones: 5.1.0, 5.0.0 May 13, 2014
@craigh craigh modified the milestones: 6.0.0, 6.0.1 Oct 29, 2017
@Guite Guite modified the milestones: 6.0.1, 6.0.2 Apr 19, 2018
@Guite Guite modified the milestones: 6.0.2, 6.0.3 Aug 23, 2018
@Guite Guite modified the milestones: 6.0.3, Future Jun 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants