Opened 17 years ago

Last modified 12 years ago

#717 confirmed New Feature

CSS in ordered / unordered lists. — at Version 1

Reported by: Darryl Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version:
Keywords: Cc: Damian, Joe Kavanagh

Description (last modified by Alfonso Martínez de Lizarrondo)

Hello!

I think the most dramatic upgrade I'd love to see to the editor would be to have unordered list menus CSS. A quick example:

<ul class="something">
<li><a href="#">Nav link 1</a></li>
<li class="selected"><a href="#">Nav link 2</a></li>
<ul class="something2">
<li class="selected2"><a href="#">Subnav link 1</a></li>
<li><a href="#">subnav link 2</a></li>
</ul>
<li><a href="#">Nav link 3</a></li>
</ul>

UL lists give much more flexibility with CSS styling, and one can always create a separate template that gives CSS dropdown capabilities, which a user could choose to use but wouldn't come as default to keep it simple for people.

You can right click on a list, and the list properties dialog appears. This could give the option to add CSS class for the entire list. It would also be good to think of a way to class specific items in the list as in my example.

Thanks for your time!

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralCore : Styles
Description: modified (diff)
Keywords: lists css removed
Milestone: FCKeditor 2.5
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