Greetings, all...I've been trying to figure out the best way to create a new dropdown list.
Since the dropdown(s) will be built from data in a database, there may be one, two or more of these entities created, and it appears that in order to create one, they need to have a corresponding <item type="holder" name="" /> node in the appropriate .config file.
Also, I'm finding that using a CuteEditor_DropDownCommand(this, 'InsertLink') statement as shown in the developer's guide does a great job of inserting a hyperlink into the editor body. What I need to insert is literal text, but I can't seem to find a list of appropriate Commands to use in place of the 'InsertLink'.
I would appreciate any help that's out there!
Take care,
Ric