Ticket #1506 (closed Bug: duplicate)

Opened 13 months ago

Last modified 13 months ago

creating li element in fckstyles.xml doesn't show up

Reported by: jonese Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: FCKeditor 2.5 Beta
Keywords: Cc:

Description

We have the following setup in out fckstyles.xml file. Everything shows up but the List Item Bullet. If we change the element to something other than li or ul it shows up just fine.

<Styles>
   <Style name="Large Header" element="h1" />
   <Style name="Medium Header" element="h2" />
   <Style name="Small Header" element="h3" />
   <Style name="Paragraph" element="p" />
   <Style name="List Item Bullet" element="li">
        <Attribute name="class" value="bulletDisc" />
    </Style>
</Styles>

Change History

Changed 13 months ago by fredck

  • keywords fckstyles.xml style custom removed
  • milestone FCKeditor 2.5 deleted

Changed 13 months ago by alfonsoml

dup of #668

Changed 13 months ago by alfonsoml

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.