Ticket #717 (new New Feature)

Opened 17 months ago

Last modified 9 months ago

CSS in ordered / unordered lists.

Reported by: simpleupdates Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version:
Keywords: Confirmed Cc:

Description (last modified by alfonsoml) (diff)

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

Changed 17 months ago by alfonsoml

  • keywords lists css removed
  • component changed from General to Core : Styles
  • description modified (diff)
  • milestone FCKeditor 2.5 deleted

Changed 9 months ago by w.olchawa

  • keywords Confirmed added

Hi.

It would be a nice feature to change the appearance of the lists ( bulleted and numbered ). I don't know if it would be better to apply css styles for it or just use html like in #844, but definitely lists appearance options should be developed.

Note: See TracTickets for help on using tickets.