Opened 15 years ago
Closed 12 years ago
#3826 closed New Feature (fixed)
Provide a way to remove current block in entermode=br
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Discussion | Cc: |
Description
Now if we have the following content:
line1 <br /> <div> line2<br /> line3<br /> </div> line4
It's not possible to 'free' line2 and line3 outside of the wrapping div in wysiwyg way.
One proposal is introduce a new Format/Style named 'Body Text'
which remove the block style from selection.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | CKEditor 3.x |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It is possible to "uncheck" div format on these lines, what removes this div.
Milestone CKEditor 3.x deleted