From 0206b865df63887fc48f585969ee729f5efcadf0 Mon Sep 17 00:00:00 2001 From: MscrmTools Date: Wed, 13 Apr 2022 20:26:11 +0200 Subject: [PATCH] Added missing property for Action Button --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e82000d..1562dc7 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ function onChange(context){ |**ActionText**|Text of the action button|X||Can be a static string or a json object with language id like {"1033":"Run this!","1036":"Exécute ça!"}| |**Button identifier**|An identifier of your choice for the button|||| |**Send Identifier**|Indicates if the identifier or the label should be sent when clicking on the button|||| +|**Always enable button**|Indicates if button should be always enabled even when control or form is disabled|||| |**Background color**|Background color for default display|||| |**Border color**|Border color for default display|||| |**Color**|Text color for default display||||