Skip to content

Commit c1005e5

Browse files
authored
Merge pull request #164 from Jaczkulinek/master
Adding visual examples
2 parents b295797 + 24765b5 commit c1005e5

30 files changed

Lines changed: 71 additions & 65 deletions

src/en/customizer-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Ondrej Juda
2+
Author: Ondrej Juda
33
---
44

55
Hello! This customizer documentation is here to help you with configuring and customizing TALXIS applications, so they would work as they were designed.

src/en/customizer-guide/modules/contract/configure-contract-review-and-approval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Ondrej Juda
2+
Author: Ondrej Juda
33
---
44

55
# Configure contract review and approval

src/en/customizer-guide/modules/contract/configure-processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Ondrej Juda
2+
Author: Ondrej Juda
33
---
44

55
# Configure processes

src/en/customizer-guide/modules/procurement/procurement-approvals-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Timotej Paluš
2+
Author: Timotej Paluš
33
---
44

55
# Approvals Configuration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Ondrej Juda
2+
Author: Ondrej Juda
33
---
44

55
We are preparing this content

src/en/developer-guide/applications/controls/FileExplorer/general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Author: David Wasserbauer
44

55
# File Explorer
66

7+
## Visual example
8+
9+
<iframe style="border: 0px solid rgba(0, 0, 0, 1); border-radius: 10px;" width="730" height="600" src="https://embed.figma.com/proto/CIf7LPbQa9gZTMTiH1e07g/NETWORG-Web-UI-Master?page-id=1848%3A5268&node-id=1849-9248&viewport=-499%2C519%2C0.33&scaling=scale-down&content-scaling=fixed&starting-point-node-id=1849%3A9248&embed-host=share" allowfullscreen></iframe>
10+
11+
## Description
12+
713
Welcome to the documentation for our cutting-edge File Explorer control!
814

915
The File Explorer control is built on the foundations of the File Picker control. This means that you can find similar functionality, but it is essentially a much more powerful version of the File Picker.

src/en/developer-guide/applications/controls/VirtualDataset/general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Author: Dominik Brych
33
---
44
# Virtual Dataset
55

6+
## Visual Example
7+
8+
<iframe style="border: 0px solid rgba(0, 0, 0, 1); border-radius: 10px;" width="730" height="600" src="https://embed.figma.com/proto/CIf7LPbQa9gZTMTiH1e07g/NETWORG-Web-UI-Master?page-id=3654%3A12560&node-id=3654-16688&viewport=136%2C185%2C0.19&scaling=scale-down&content-scaling=fixed&starting-point-node-id=3654%3A16688&embed-host=share" allowfullscreen></iframe>
9+
10+
## Description
11+
612
Virtual Dataset allows you to bind a Dataset Base Control to a field while providing your own custom Data Source. We currently have two Data Providers - Memory and FetchXml. Memory Provider allows you to work with a collection of data that you have stored in memory and FetchXml Provider allows you to do the same thing with data retrieved through FetchXml. Both of these providers support basic Dataset features, which include:
713

814
- **Sorting**

src/en/developer-guide/applications/controls/addresspicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Jan Losenicky
66

77
## Visual Example
88

9-
![Address Picker Displayed On Form](/.attachments/applications/Controls/addresspickercontrol.png)
9+
<iframe style="border: 0px solid rgba(0, 0, 0, 1); border-radius: 10px;" width="730" height="600" src="https://embed.figma.com/proto/CIf7LPbQa9gZTMTiH1e07g/NETWORG-Web-UI-Master?page-id=1531%3A8208&node-id=1531-8209&viewport=365%2C414%2C0.24&scaling=scale-down&content-scaling=fixed&starting-point-node-id=1531%3A8209&embed-host=share" allowfullscreen>
1010
1111
## Description
1212

src/en/developer-guide/applications/controls/announcementcard.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ Author: Mirza Kobasevic
33
---
44
# Announcement Card
55

6-
This control serves to display basic information in the form of a card.
6+
## Visual example
77

88
<img src='/.attachments/applications/Controls/announcementcard.png' />
99

10+
## Description
11+
12+
This control serves to display basic information in the form of a card.
1013

11-
Bindings
14+
## Bindings
1215

1316
<table>
1417
<thead>

src/en/developer-guide/applications/controls/attachmentsgrid.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)