There isn't a simple way to do this in FCKeditor. First, I don't think there's a drop-down button/menu concept in FCKeditor. If you wanted a single-level drop-down, you could copy the Styles toolbar item into a plugin and modify it to do what you want. I've done that for application-driven form editing, for example.
Re: How-to create a custom button
Re: How-to create a custom button
A simple button when you click it some code (<sig>signature</sig>) appears on the place of the cursor. Thats all I need.
Re: How-to create a custom button
Re: How-to create a custom button
http://docs.fckeditor.net/ckeditor_api/ ... ugins.html
http://docs.fckeditor.net/CKEditor_3.x/Developers_Guide
Re: How-to create a custom button
Re: How-to create a custom button