Opened 13 years ago
Last modified 11 years ago
#8614 confirmed New Feature
Could you add line height option for ckediter.
Reported by: | lxiron | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Could you add line height option for ckediter. some time ,we nend adjust line height between lines.So I hope, It can support line height adjust option.
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → pending |
---|---|
Version: | 3.5 |
comment:3 Changed 13 years ago by
Component: | Server : ASP.Net → General |
---|
It looks like it doesn't have anything to do with ASP.NET.
comment:4 Changed 13 years ago by
Status: | pending → confirmed |
---|
we need adjust line height between lines
I assume that what user meant was a button that opens up dialog for entering line-height value in pixels or a drop-down list with predefined values.
In both cases height should be applied to whole line cursor is currently in.
Could you give us more information here?
How do you see this plugin? As a button on toolbar which allows to update height of currently selected line or perhaps as a configuration option which sets one line height for the whole editor?
NOTE: Lines, depending on enter mode, are wrapped in P or DIVs. If you need the second solution (configuration option) and don't use enter mode set to BR then all you have to do is adding new rule in contents.css file.
Waiting for your comments.