I have a dropdownlist in the toolbar of Cute Editor.
I don't want to enter anything into the editor textarea using this dropdownlist.
I want to be able to insert the selected value of the dropdownlist into the database when I submit the Editor contents to the database.
How do I reference the dropdownlist in the toolbar so I can get the value?
Do I use Editor1.FindControl or something else?
Please provide example code.
Thank you.