I started out with a regular textbox forgetting, of course, that it doesn't allow a word to be a specific color but rather all words stay the same color. I had it working but then realized I really needed the colors for my idea to work.
So I decided I needed a richtextbox but this type of control is not supported on c#/ASP.Net applications unless you get a WYSIWYG editor, which I did. I got tinymce. The problem is that I don't know javascript at all. I have looked through but cannot figure out how to add a selected item from a C#/ASP.Net code-behind to a textbox transformed into a richtext box in Javascript. I do have a richtextbox where my regular text box used to be but I have the following problems:
The text box is in the middle of the page and not where I set the position to be. I cannot change it no matter how many times I have changed the top, left, width, height px.
Every time a dropdownlist word is selected the word is posted on the richtextbox but they are not going across the page like you are writing it but rather are listing the words one on top of another.
I have set the color to change with each selection but instead it flashes the word the set color and then changes it to black again.
My questions are these: Does anyone have any idea around the WYSIWG editor? Is there another control that I could be using that wouldn't cause so much trouble. Am I missing something here?...Besides knowledge in Javascript.
Thank you for your time!
If you want to see the code I would be happy to provide it. I just don't really want to get into the code. I just want suggestions on how to proceed. Thanks again.

New Topic/Question
Reply
MultiQuote









|