Configuration

Configuration for ActionCommands consists of only face properties and custom user properties. The following are typical ActionCommand configuration examples:

A Basic Command

   command@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