Opened 16 years ago

Closed 16 years ago

#1506 closed Bug (duplicate)

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

Reported by: Eric Jones 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 (3)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: fckstyles.xml style custom removed
Milestone: FCKeditor 2.5

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

dup of #668

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed
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