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

Change Default Bullet Types

3 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Scott Michetti
Top achievements
Rank 1
Scott Michetti asked on 25 Sep 2013, 07:06 PM
Hello, I'm using the RadEditor and the default bullets are circle, empty circle, square. I'd like the default symbols to be blue square, dash, then small circle. How would I do this?

Thanks,
Scott

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Sep 2013, 06:41 AM
Hi Scott,

You can learn how to change the bullet shape in the following online resources:
Setting Content Area Defaults
and
Customize Content Area.

Best regards,
Rumen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Scott Michetti
Top achievements
Rank 1
answered on 27 Sep 2013, 02:43 PM
Thanks Rumen, that worked, but I was wondering if there's a way to make the bullets a dash(-) instead of the standard square, circle, disc.

Thanks,
Scott
0
Marin Bratanov
Telerik team
answered on 01 Oct 2013, 03:54 PM
Hello Scrott,

You can use the list-image CSS property to have the desired image show up. Note that there is no built-in dash type, so you would need an image.
ul
{
    list-style-image: url("myDash.jpg");
}


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Scott Michetti
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Scott Michetti
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or