Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

richtextbox advanced editing

I want to use advanced editing features with a RichTextBox I am using. For example, bold, italic, underline, font color....

I was wondering how I would get a toolbar that would show up at the top of the RichTextBox with those features? And I was wondering if there was anything that offered this functionality built in, or am I going to have to create all of it myself?

I was thinking that the richtextbox would come with that toolbar by default, but it doesn't seem too.

like image 700
prolink007 Avatar asked Aug 11 '11 15:08

prolink007


1 Answers

I actually found what i wanted. Here are my results:

This one offers bullets and more stuff. I chose this one, because it offered bullets.

This one offers more of the basic stuff.

like image 128
prolink007 Avatar answered Oct 12 '22 05:10

prolink007