blob: a2d9b77fa2c94708dd0b563e05440d2dc0ca90b4 [file] [log] [blame]
package ${{MODEL_PROJECT_PACKAGE_NAME}} {
command newItem keyBinding "CTRL ALT N" dialogAction New
command saveItem keyBinding "CTRL ALT S" dialogAction Save
command deleteItem keyBinding "CTRL ALT D" dialogAction Delete
command cancelItem keyBinding "CTRL ALT Z" dialogAction Cancel
command print reportAction PrintOnServer
command printDownload reportAction Download
toolbar Dialog describedBy "Toolbar for Dialogs" items {
item newItem command newItem icon "new"
item saveItem command saveItem icon "save"
item deleteItem command deleteItem icon "filter_except"
item cancelItem command cancelItem icon "nopic_small"
}
toolbar Report describedBy "Toolbar for reports" items {
item printDownload command printDownload icon "download"
item print command print icon "print"
}
}