Skip to content

Commit 09db595

Browse files
committed
New Feedback module option
1 parent 7037b98 commit 09db595

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/mendix-feedback.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ To configure the Feedback widget, double-click it to open the **Edit Feedback**
8383
{{% alert color="info" %}}The original value of **App ID** is *1*, but this value should automatically change to your correct app ID. If it does not change automatically, see [Updating App ID](#update-app-id) below.
8484
{{% /alert %}}
8585

86-
* **Show advanced settings** – The advanced settings control html2canvas, a backup screen capture tool the Mendix Feedback widget uses when the default browser screenshot tool fails. By default, this is set to **No**. If you select **Yes**, the following items appear:
86+
* **Show advanced settings** – The advanced settings control html2canvas, a backup screen capture tool the Mendix Feedback widget uses when the default browser screenshot tool fails. By default, this is set to **No**. If you select **Yes**, the following items are displayed:
8787

8888
* **Enable object rendering** – By default, this is set to **No**. Only select **Yes**, when you experience problems with creating screenshots. Then it will enable the `foreignObjectRendering` method which helps rendering complex HTML, including styles, SVGs, and embedded elements.
89-
* **CSS scrollable area**– If your app does not use the default scrolling behavior in Studio Pro, the screenshot feature may not work correctly. You can add a CSS selector here to specify which element on your page scrolls the content.
89+
* **Target container selector** – This allows you to manually choose where the feedback widget is displayed within the app. To do that, add a CSS selector here to specify the location.
90+
By default, this field is set to `.mx-scrollcontainer-center`.
91+
* **CSS scrollable area** – If your app does not use the default scrolling behavior in Studio Pro, the screenshot feature may not work correctly. You can add a CSS selector here to specify which element on your page scrolls the content.
9092
* **Customize Button** tab
9193
* **Feedback and screenshot button labels** – These are the labels for the buttons on the feedback form. You can change the captions for those button here.
9294
* **Feedback Button Styling** – This controls how the **Feedback** button is rendered. There are three options:

0 commit comments

Comments
 (0)