Opened 15 years ago
Closed 15 years ago
#5304 closed New Feature (duplicate)
Support List Styling via Context Menu
Reported by: | kdpeders | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | kristian.d.pedersen@… |
Description
It would be very nice for users to be able to change the style of ordered and unordered lists via a context menu (I believe this was possible with the FCKEditor).
Recommend implementation using CSS 'list-style' rather than deprecated 'type' attributes)
For Example:
<ol style="list-style-type: upper-roman; list-style-position: outside;">
<li>asdf</li>
<li>asdf</li>
<li>asdf</li>
</ol>
Change History (2)
comment:1 Changed 15 years ago by
Cc: | kristian.d.pedersen@… added |
---|
comment:2 Changed 15 years ago by
Keywords: | List ContextMenu Style removed |
---|---|
Milestone: | CKEditor 3.3 |
Resolution: | → duplicate |
Status: | new → closed |
Dup of #4358