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

Alphabet Bullets are not available in Editor

3 Answers 86 Views
Editor
This is a migrated thread and some comments may be shown as answers.
shafi
Top achievements
Rank 1
shafi asked on 21 Mar 2019, 05:10 AM
How can I make bullet list to alphabetic bullet list. I searched alot but couldn't find solution, please suggest me on this.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Mar 2019, 08:52 AM
Hi Shafi,

You can achieve the desired functionality by using the FormatSets tool. Review the following online demo 
http://demos.telerik.com/aspnet-ajax/editor/examples/formatsets/defaultcs.aspx and the followig onilne help article http://www.telerik.com/help/aspnet-ajax/editor-format-sets.html.

Here is a small video where you can see how to customize bullets by using the FormatSests tool -> 
http://screencast.com/t/jSj1gVHj.

The style for alpha is list-style-type: lower-alpha; 

You can also customize the content area as shown in this demo https://demos.telerik.com/aspnet-ajax/editor/examples/settingcontentareadefaults/defaultcs.aspx

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
shafi
Top achievements
Rank 1
answered on 02 Apr 2019, 06:41 AM

Hi Rumen,

 

Thanks for your reply,

 

I need all bullet styles like number, alphabet,roman numbers etc., as in MS Word so that user can able to use all in editor.

One more requirement is how user can change the starting number of bullet list, like if I want to start the bullet list with 5 instead of 1 how we can achieve this.

 

Thanks & Regards,

Shafi.

 

0
Rumen
Telerik team
answered on 02 Apr 2019, 02:46 PM
Hi Shafi,

The shape for  number, alphabet,roman numbers of the bullets are controlled through the list-style-type css property:

list-style-type: circle;
list-style-type: square;
list-style-type: upper-roman;
list-style-type: lower-alpha;

As to the starting number - check out my answer at https://www.telerik.com/forums/how-to-specify-the-starting-number-in-an-ordered-list#JY-ndW-nnUKuWGb-QYfJhQ.

More details are available at Control List Counting - By default, an ordered list will start counting from 1. If you want to start counting from a specified number, you can use the start attribute:

<ol start="50">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>


Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Editor
Asked by
shafi
Top achievements
Rank 1
Answers by
Rumen
Telerik team
shafi
Top achievements
Rank 1
Share this question
or