## page was renamed from DevCenter/Projects/Character Stlye Dropdown = Creating dropdown behavior using character styles = ||'''Version'''||'''Date'''||'''Changes'''|| ||1.0||2006-11-30||Initial version.|| ||1.1||2006-11-31||Modified so and so...|| == Description == We need ePublisher to provide an API mechanism or GUI setting that adds the Dropdown setting in the Character Styles Options Tab pane, or we need the Character Style Dropdown to be implemented via XSLT in a "straight-forward" manner. Currently ePublisher Pro provides a paragraph style for implementing a Dropdown that is enabled by the Dropdown setting in the Paragraph Styles Options Tab pane. In order to use this feature we have had to create new styles specifically to use dropdowns, nearly doubling the number of styles in our FrameMaker files. If a writer also adds a hypertext link for a jump to another topic in one of these drop-down style paragraphs, both features activate and create confusion. <> == Files to be modified == This will be a change in the content.xsl file and also an FTI file == Code level changes == Look in content.xsl for any comment that says "Dropdown" Line 1038 {{{ }}} Line 1146 {{{ WebWorks_WriteArrow(WebWorksRootPath, "", ); }}} Line 1184 {{{ WebWorks_WriteArrow(WebWorksRootPath, "", ); }}} Line 1206 {{{ WebWorks_WriteArrow(WebWorksRootPath, "", ); }}} Line 1230 {{{ WebWorks_WriteArrow(WebWorksRootPath, "", ); }}} Line 1242 {{{ WebWorks_WriteDIVOpen("", ); WebWorks_WriteDIVClose(); }}} Line 2592 {{{ WebWorks_WriteDIVClose(); }}} You will probably need to integrate this as a change for the span tag, and also some sort of modification to the JS files.