Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to include last modified date #8

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions demo-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| App Topic | Description | Link | Current Version |
| :--- | :----: | ---: | ---: |
| External Context Usage in Apps | This App demonstrates the ability to pass strings, ints and complex json objects using query parameters into Apps | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/expressions/ExternalContext_3.0.0_DemoApp.uiapp) |3.0.0
| Create Charts using Custom HTML Control | This App demonstrates the ability to create different types of charts using d3.js or chart.js | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLCharts_DemoApp.uiapp) |2.0.0
| Custom HTML Control App Variable functions usage | This App demonstrates the ability to create a pie chart from entity data utilizing the app variable access functions provided by Custom HTML control | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLPieChart_DemoApp.zip) |2.0.0
| Date Time Picker using Custom HTML Control | This App demonstrates the ability to create a Date Time picker control in Apps | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLDateTimeControl_DemoApp.uiapp) |2.0.0
| Password Input using Custom HTML Control | This App demonstrates the ability to create password control in Apps | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLPasswordControl_DemoApp.uiapp) |3.0.0
| App Topic | Description | Link | Current Version | Last Modified Date |
| :--- | :----: | ---: | ---: | ---: |
| External Context Usage in Apps | This App demonstrates the ability to pass strings, ints and complex json objects using query parameters into Apps | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/expressions/ExternalContext_3.0.0_DemoApp.uiapp) |3.0.0 | Jan 2024|
| Create Charts using Custom HTML Control | This App demonstrates the ability to create different types of charts using d3.js or chart.js | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLCharts_DemoApp.uiapp) |2.0.0| Jan 2024|
| Custom HTML Control App Variable functions usage | This App demonstrates the ability to create a pie chart from entity data utilizing the app variable access functions provided by Custom HTML control | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLPieChart_DemoApp.zip) |2.0.0| Jan 2024|
| Date Time Picker using Custom HTML Control | This App demonstrates the ability to create a Date Time picker control in Apps | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLDateTimeControl_DemoApp.uiapp) |2.0.0| Jan 2024|
| Password Input using Custom HTML Control | This App demonstrates the ability to create password control in Apps | [Sample](https://github.com/UiPath/AppsClientSample/blob/master/demo-apps/controls/custom-html/CustomHTMLPasswordControl_DemoApp.uiapp) |3.0.0 | Jan 2024|
Loading