Changes between Initial Version and Version 1 of Ticket #717
- Timestamp:
- Jul 7, 2007, 6:21:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #717
- Property Keywords lists css removed
-
Property
Component
changed from
General
toCore : Styles
-
Property
Milestone
changed from
FCKeditor 2.5
to
-
Ticket #717 – Description
initial v1 3 3 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: 4 4 5 ======================================== 5 {{{ 6 6 <ul class="something"> 7 7 <li><a href="#">Nav link 1</a></li> … … 13 13 <li><a href="#">Nav link 3</a></li> 14 14 </ul> 15 ======================================== 15 }}} 16 16 17 17 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.