diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 2b2325656..31dbc15fc 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -394,11 +394,12 @@ module.exports = config({ ['/en/developer-guide/applications/controls/optionseticons.md', 'Optionset Icons'], ['/en/developer-guide/applications/controls/phonepicker.md', 'Phone Picker'], ['/en/developer-guide/applications/controls/quicklookupedit.md', 'Quick Lookup Edit'], + ['/en/developer-guide/applications/controls/quicklookupsimpleedit.md', 'Quick Lookup Simple Edit'], ['/en/developer-guide/applications/controls/rating.md', 'Rating'], ['/en/developer-guide/applications/controls/treeview.md', 'Tree View'], ['/en/developer-guide/applications/controls/wbs.md', 'WBS - Work Breakdown Structure'] ] - }, + }, { title: 'Web Portal', collapsable: true, diff --git a/src/.vuepress/public/.attachments/applications/Controls/quicklookupsimpleedit-1.png b/src/.vuepress/public/.attachments/applications/Controls/quicklookupsimpleedit-1.png new file mode 100644 index 000000000..1fc0f3a15 Binary files /dev/null and b/src/.vuepress/public/.attachments/applications/Controls/quicklookupsimpleedit-1.png differ diff --git a/src/.vuepress/public/.attachments/applications/Controls/quicklookupsimpleedit.png b/src/.vuepress/public/.attachments/applications/Controls/quicklookupsimpleedit.png new file mode 100644 index 000000000..efc49fa10 Binary files /dev/null and b/src/.vuepress/public/.attachments/applications/Controls/quicklookupsimpleedit.png differ diff --git a/src/en/developer-guide/applications/controls/quicklookupsimpleedit.md b/src/en/developer-guide/applications/controls/quicklookupsimpleedit.md new file mode 100644 index 000000000..6cceb445f --- /dev/null +++ b/src/en/developer-guide/applications/controls/quicklookupsimpleedit.md @@ -0,0 +1,137 @@ +--- +Author: Safija Hubljar +--- +# Quick Lookup Simple Edit + +
The Quick Lookup Simple Edit control enhances the ability to edit lookup values easily.
+Users can:
+Additionally, clicking on a field opens the editing dialog.
+ + +
+
+
+
+## Bindings
+
+| Property Name | +Description | +Of Type | +Input | +Output | +Usage | +Required | +
|---|---|---|---|---|---|---|
| bindingField | +A binding field to bind the control to. | +Lookup.Simple |
+
+ { entityType: "talxis_address", id: "d5fa380a-aa37-ef11-8409-0022489d8923", name: "K pérovně 945/7, Hostivař, 10200 Praha 10" }
+ |
+
+ { entityType: "talxis_address", id: "d5fa380a-aa37-ef11-8409-0022489d8923", name: "K Pérovně 945/7, Hostivař, 10200 Praha 18 Czech Republic" }
+ |
+ bound |
+ true |
+
| customButtonIcon | +Icon of custom button. It is possible to use only icons from the Fluent UI icons library | +SingleLine.Text |
+
+ POI
+ |
+ N/A | +input |
+ false |
+
| customButtonUrl | +URL of custom button. | +SingleLine.Text |
+
+ https://www.google.com/maps/search/?api=1&query=50.0662464,14.5293889
+ |
+ N/A | +input |
+ false |
+
| customButtonLabel | +Label of custom button. | +SingleLine.Text |
+
+ Submit
+ |
+ N/A | +input |
+ false |
+
| customButtonExpandQuery | +Expand Query to pass to WebAPI to obtain data which are passed to CustomButtonUrl LiquidMapper. | +SingleLine.Text |
+
+ talxis_Child_talxis_Parent_talxis_Parent($select=talxis_name)
+ |
+ N/A | +input |
+ false |
+
| enableCopyButton | +Enable Copy Button. | +SingleLine.Text |
+
+ true
+ |
+ N/A | +input |
+ false |
+
| formId | +ID of the form. | +SingleLine.Text |
+
+ 0f98e335-c08a-4921-b925-09ef9a517c12
+ |
+ N/A | +input |
+ false |
+
| openFormWidth | +Width of the form opened in percentage. | +Whole.None |
+
+ 60
+ |
+ N/A | +input |
+ false |
+