Skip to content

Commit ed2e0cd

Browse files
committed
Add references to page parameters doc page
1 parent b8c37e9 commit ed2e0cd

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/show-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Often you need to have control of page history, for example to show the correct
7272

7373
### Parameters Section {#parameters}
7474

75-
Depending on the selected page, you will see a list of its parameters. For each parameter, you can configure a variable or expression to specify which object should be passed to it. These objects are used by [data views](/refguide/data-view/) with a page parameter data source. If only one variable of the expected type for a certain parameter is available, that variable is automatically filled in.
75+
Depending on the selected page, you will see a list of its [parameters](/refguide/page-parameter/). For each parameter, you can configure a variable or expression to specify which object should be passed to it. These objects are used by [data views](/refguide/data-view/) with a page parameter data source. If only one variable of the expected type for a certain parameter is available, that variable is automatically filled in.
7676

7777
## Common Section{#common}
7878

content/en/docs/refguide/modeling/pages/on-click-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The **Show a page** event opens the specified page. Select the page which opens
9898

9999
#### Page Arguments
100100

101-
**Page arguments** are automatically configured based on the parameters of the selected page and the available arguments. In general, arguments are taken from any enclosing data widget. If the data widget enclosing the widget calling a page is inside another (nested) data widget, then objects from that data widget and any others in which it is nested can also be passed.
101+
**Page arguments** are automatically configured based on the [parameters](/refguide/page-parameter/) of the selected page and the available arguments. In general, arguments are taken from any enclosing data widget. If the data widget enclosing the widget calling a page is inside another (nested) data widget, then objects from that data widget and any others in which it is nested can also be passed.
102102

103103
### Call a Microflow {#call-microflow}
104104

content/en/docs/refguide/modeling/pages/page-resources/snippet.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ The values for the platform property are:
4848

4949
**Snippet Parameters** works the same way as [Page Parameter](/refguide/page-properties/#parameters) with the difference that a snippet's parameter can be accessed at the top level, for example when creating expressions or selecting attributes.
5050

51+
{{% alert color="info" %}}
52+
Snippets do not support **optional** and **primitive** types as [parameters](/refguide/page-parameter/).
53+
{{% /alert %}}
54+
5155
#### Variables {#variables}
5256

5357
The list of **Variables** defined on the snippet. Variables are non-persistent, primitive values that can be used as attributes by widgets in the snippet. They behave the same as [variables on pages](/refguide/page-properties/#variables), with the exception that default values cannot reference snippet parameters.

content/en/docs/refguide/modeling/pages/page/page-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In simple e-commerce applications, the URLs can be configured as follows:
105105

106106
#### Parameters {#parameters}
107107

108-
The list of parameters that this page expects. These parameters can be used by [data views](/refguide/data-view/) with a page parameter data source.
108+
The list of [parameters](/refguide/page-parameter/) that this page expects. These parameters can be used by [data views](/refguide/data-view/) with a page parameter data source.
109109

110110
A page parameter is an input that needs to be passed from the calling page, microflow, or nanoflow to the current page. Page parameters determine information that can be reused on the page. For example, if you want to build an **Employee_Details_Edit** page, the page will have a parameter **Employee**. Thus when this page is called an Employee object needs to be passed to it to show the corresponding Employee data.
111111

0 commit comments

Comments
 (0)