You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/define-ribbon-actions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Define ribbon actions (model-driven apps) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces"
3
3
description: "Learn about defining the actions to be performed by a command bar or ribbon control in a <CommandDefinition> element together with rules that control whether the control is enabled or visible in the ribbon."# 115-145 characters including spaces. This abstract displays in the search result."
4
4
keywords: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 05/07/2020
6
6
ms.service:
7
7
- PowerApps
8
8
ms.topic: article
@@ -26,7 +26,7 @@ Define the actions to be performed by a command bar or ribbon control in a `<Com
26
26
27
27
A Ribbon control can perform two types actions and may include multiple actions:
28
28
29
-
-**JavaScript Functions**: A `<JavaScriptFunction>` element references a function defined in a Script Web resource.
29
+
-**JavaScript Functions**: A `<JavaScriptFunction>` element references a function defined in a [Script (JScript) web resource](/powerapps/developer/model-driven-apps/script-jscript-web-resources).
30
30
31
31
-**Open a URL**: The ribbon opens a URL using the value from an Address attribute in the `<Url>` element. Additional parameters can pass information about how what querystring parameters are passed and the mode in which the window opens.
0 commit comments