Opened 17 years ago
Closed 17 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 17 years ago by
Keywords: | fckstyles.xml style custom removed |
---|---|
Milestone: | FCKeditor 2.5 |
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
dup of #668