alguidelines/content/NAVPatterns/actions-images/index.md
2021-10-22 00:23:03 +02:00

313 B

+++ title = "actions-images.md" weight = 200 +++ All actions must have an image assigned to them. Bad code

{ 7 ;1 ;Action ;
CaptionML=ENU=Customer - &Balance;
RunObject=Report 121 }

Good code

{ 7 ;1 ;Action ;
CaptionML=ENU=Customer - &Balance;
RunObject=Report 121 }
Image=Report }