Click here to Skip to main content
15,910,277 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello Everyone...

Good morning...!

I want functionality like word in web form where font size,family,color,bold,etc will be done by end user.

Problem : I want to use this things for all fields.

Please if anyone done or any reference then guide me ASAP.

Thanks,
Chintan

What I have tried:

I check many tools on google but i am not getting exact idea for it how to do it.Please guide me.
Posted
Updated 10-Sep-18 7:22am
Comments
[no name] 8-Sep-18 1:09am    
You're going to have to settle for a "rich text box"; there are too many "tools" to fit in a "field".
OriginalGriff 8-Sep-18 1:37am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with. You are going to have to explain in a lot more detail exactly what you are trying to achieve, and where you are stuck before we can really help you at all.
Use the "Improve question" widget to edit your question and provide better information.
MadMyche 10-Sep-18 13:16pm    
Have you used any editors (e.g. TinyMCE, FCEditor) in the past or currently?

1 solution

A standrd TextBox control doesn't support advance formatting. You would need to use Rich Text Editor as already suggested. Just google "free rich text editor for MVC" and it should give you tons of results.

Here's one from the search result: https://www.c-sharpcorner.com/article/asp-net-mvc5-rich-text-wysiwyg-editor/[^]
 
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