We are trying to evaluate the RAD editor as part of our business requirement. For numbered lists currently we are limited to 1., 2. etc. We cannot have (1), (2) or (A), (B). Is there any way that we can customize these?
Thanks in Advance!
Bhaskar
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 11 Aug 2010, 09:09 AM
Hi Bhaskar,
Please, see the following help article on the matter: Setting Content Area Defaults. You can specify the desired numbered lists appearance in the content area using the following CSS classes:
UL
{
list-style-type: <value>;
}
UL UL
{
list-style-type: <value>;
}
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items