This is a migrated thread and some comments may be shown as answers.

Customizing numbered lists

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bhaskar
Top achievements
Rank 1
Bhaskar asked on 09 Aug 2010, 06:31 AM
Hi,

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

Sort by
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>;
}

The available list-style-type values are listed in the following article: http://www.w3schools.com/CSS/pr_list-style-type.asp. The list-style-image property could be helpful as well.

Best regards,
Rumen
the Telerik team
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
Tags
General Discussions
Asked by
Bhaskar
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or