Question: I'm trying to add a RadEditor to my application - but it's a control generated on the fly in the back end.
How can I add this control (and limited features) dynamically in the code behind?
Basically, all I want to do is add the editor with the following:
How can I add this control (and limited features) dynamically in the code behind?
Basically, all I want to do is add the editor with the following:
- Font Choices (limited to: "Arial", "Times New Roman", "Frutiger Roman")
- Text Size (limited range from 8px - 25px)
- Font Color Choices (limited to maybe 3 or more colors)
- Font Bold
- Font Italic
- Font Underline
- Cut/Copy/Paste
Thanks in advance.