Hi
I tried the CKeditor, I found that the properties for bulleted lists are missing. That is the right-click menu to set the list to have different numbering (Roman numerals etc.).
Is this a setting (I tried to find it) or simply not available yet, and if not, will it be available in the future?
Thanks,
Pieter
I tried the CKeditor, I found that the properties for bulleted lists are missing. That is the right-click menu to set the list to have different numbering (Roman numerals etc.).
Is this a setting (I tried to find it) or simply not available yet, and if not, will it be available in the future?
Thanks,
Pieter

Re: Bulleted List Properties (CKeditor)
Re: Bulleted List Properties (CKeditor)
Thanks, but I am talking about the new CKeditor 3 which does not seem to have this option in the right-click menu.
Re: Bulleted List Properties (CKeditor 3.x)
CKEDITOR.addStylesSet('default',[ {name :'Roman',element:'ol',attributes:{type:'I'}} ]);viewtopic.php?f=11&t=17301
http://dev.fckeditor.net/ticket/4358
Re: Bulleted List Properties (CKeditor)
{name :'Roman',element:'ol',attributes:{type:'I'}}
directly after
{name:'Image on Right',element:'img',attributes:{style:'padding: 5px; margin-left: 5px',border:'2',align:'right'}}
in plugins/stylescombo/default.js.
But it works only in mozilla. Can anybody help here.
CKEDITOR.addStylesSet('default',[
{name :'Roman',element:'ol',attributes:{type:'I'}}
]); Does not work for me.