alguidelines/content/NAVPatterns/3-cal-coding-guidelines/ux/actions-images/index.md
2021-10-30 22:09:32 +02:00

17 lines
312 B
Markdown

+++
title = "Actions - Images"
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 }