Thomas Dumm wrote:
>  
> I would like to place a new wish for the section "Features" in the users 
> wish list:
>  
> The content-object "convert-button()" should accept the entries "labels" 
> and "values" (like the content-object "combo-box()")
>  

The convert-button() is a convenience object designed to automatically 
guess its labels and values parameters.

If you want to specify your own labels and values, please use a 
command-button() and add a menu to it.

Example:

command-button(icon, icon(pop-right),
                menu, menu("Bold", "convert", "b",
                           "Italic", "convert", "i",
                           "Monospaced", "convert", "tt"))

See 
http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/command-button.html



Reply via email to