Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hiee Friendz

I am stuck up with a problem.When I enter something inside a text box and press enter I want a bullet to appear at the beginning of the line.

So can anyone give me any idea about the problem?

Can this be done on key press event? Or any java script code?

Any help is appreciable.

Thanking You

Swapnil Borkar.
Posted
Comments
LloydA111 19-Sep-10 9:38am    
This may be of use: http://www.fileformat.info/info/unicode/char/2022/index.htm
It describes the Unicode character for the "bullet" character

1 solution

Just for bullet, you should be able to add that using JavaScript. OnChange or Onblurr of the textbox, add the bullet to the text using Javascript. Textarea can have bullets.

If you need rich textbox kind of features then you need to use HtmlEditor[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900