#9819 closed enhancement (fixed)
Provide PageBreak plugin for dijit.Editor
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Provide PageBreak? plugin for dijit.Editor
This is a ticket for a small enhancement to editor that is useful when editing a document online, the pagebreak. The plugin basically inserts an hr with the page-break-always: after style into the document being edited, so that when printed, the printer breaks the page at that point.
Not much code and easy to add.
Working on testcase now.
Change History (5)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [20024]) Adding in PageBreak? plugin. Tested on: FF2, FF3, FF3.5, IE8, IE7, IE6, Safari 3.2.3, Google Chrome 2.0, and Opera 9.6 fixes #9819
comment:4 Changed 12 years ago by
a css file is committed, but in the doc, it says "No CSS required. "
Note: See
TracTickets for help on using
tickets.
Note: Plugin will be keybound to CTRL-SHIFT-ENTER (similar to many word processor's usage of CTRL-ENTER).