Opened 14 years ago

Closed 14 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 14 years ago by kdpeders

Cc: kristian.d.pedersen@… added

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: List ContextMenu Style removed
Milestone: CKEditor 3.3
Resolution: duplicate
Status: newclosed

Dup of #4358

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy