GUI Commands User GuideVersion 2.1 |
||
ConfigurationConfiguration for ActionCommands consists of only face properties and custom user properties. The following are typical ActionCommand configuration examples: A Basic Commandcommand@face.text=_Print@control P command@face.icon=classpath:images/print.png command@face.description=Prints the current document ($accelerator) A Different Toolbar Icon
command@face.text=_Print@control P
command@face.icon=classpath:images/print.png
command@face.description=Prints the current document ($accelerator)
# override the icon on toolbars
command@face[toolbar].extends=default
command@face[toolbar].icon=classpath:images/large-print.png
|
||