How to use Droplist types in Sitecore template fields
Is there anyone who knows how to use "Droplist" type in template fields? I guess "Droplist" is the same as <select><option></option></select> type. I'd like to specify select list types with static values so that Sitecore editors can select only one of many available lists when they create a page. My plan is to add CSS class names ( <option> ) in the list ( <select> ) and editors will use one of styles by selecting one of them. How to add the values in select list? Do I have to write code? Trayek The Droplist is similar to the Droplink field type in that they are both dropdowns. The Droplist