Skip to content

Commit a7a5f27

Browse files
authored
Merge pull request mendix#10858 from WimJongeneel/document-no-url-to-popup
Add a warning about setting a page URL for popups
2 parents dc0986b + fed0961 commit a7a5f27

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ In simple e-commerce applications, the URLs can be configured as follows:
9797

9898
* *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`)
9999

100+
{{% alert color="warning" %}}
101+
Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues.
102+
{{%/alert %}}
103+
100104
### Common Section {#common}
101105

102106
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ In simple e-commerce applications, the URLs can be configured as follows:
8383

8484
* *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`)
8585

86+
{{% alert color="warning" %}}
87+
Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues.
88+
{{%/alert %}}
89+
8690
### Common Section {#common}
8791

8892
{{% snippet file="/static/_includes/refguide10/common-section-link.md" %}}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ In simple e-commerce applications, the URLs can be configured as follows:
8888

8989
* */order/{Id}* – the URL for a page with data from a particular `Order` (in a browser, the URL will look like `http://example.mendixcloud.com/p/order/3212449487634321`, wherein `3212449487634321` is the unique identifier of the `Order`)
9090

91+
{{% alert color="warning" %}}
92+
Mendix does not recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues.
93+
{{%/alert %}}
94+
9195
### Navigation Section {#navigation}
9296

9397
#### Visible For

0 commit comments

Comments
 (0)