-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from abap2UI5/test
update
- Loading branch information
Showing
63 changed files
with
937 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Addons | ||
|
||
The abap2UI5 framework is designed with a minimal system footprint, including only essential features by default. However, if you need additional functionality, you can easily install more add-ons: | ||
|
||
1. Runtime Typed Data [(link)](/addons/srtti) | ||
2. Layout-Variant-Management [(link)](/addons/layout) | ||
3. Popup [(link)](/addons/popup) | ||
4. Launchpad KPIs [(link)](/addons/kpi) | ||
5. Remote App Calls [(link)](/addons/rfc) | ||
6. JS Libraries [(link)](/addons/ext_js) | ||
7. Apps & more [(link)](/addons/apps) | ||
|
||
_You created an addon but it is not listed here? Feel free to send a PR, every contribution is welcome!_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
outline: [2, 6] | ||
--- | ||
# More | ||
|
||
#### Apps | ||
|
||
Install ready to use abap2UI5 apps for various use cases:<br> | ||
<i class="fa-brands fa-github"></i> [GitHub](https://github.com/abap2UI5-apps) | ||
|
||
#### Community | ||
ABAP Open Source Projects using abap2UI5: | ||
| Repository | Description | | ||
| ------------- | ------------- | | ||
| [The Quest](https://github.com/nomssi/axage) | A wizard's adventure game based on a fork of the AXAGE game engine (ABAP teXt Adventure Game Engine) and abap2UI5. | | ||
| [Advent of Code](https://github.com/joltdx/abap-advent-2023-template) | Template for the Advent of Code 2023 in ABAP | | ||
| [Generic DDIC Searchhelp](https://github.com/axelmohnen/a2UI5-generic_search_hlp) | Generic DDIC searchhelp generator | | ||
|
||
_Your app is not listed her? Feel free to send a PR and extend this file!_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
outline: [2, 6] | ||
--- | ||
# JS Libraries | ||
|
||
<i class="fa-brands fa-github"></i> [Repository](https://github.com/abap2UI5-addons/js-libraries) | ||
|
||
Install this addon to access a wide range of additional JS libraries. Explore the samples to see how they can be implemented. Included Custom Controls: | ||
|
||
#### 1. Driver JS | ||
* Product tours, highlights, contextual help and more | ||
* https://driverjs.com/ | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/c01ed4d2-6735-47bb-b7b3-6f93c6ed7041"> | ||
|
||
#### 2. bwip-js | ||
* Generate Barcodes | ||
* http://bwip-js.metafloor.com | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/dacd6181-66a6-4408-92b0-8a25e3236db9"> | ||
|
||
#### 3. FontAwesome | ||
* Fonts | ||
* https://fontawesome.com | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/8e395dab-65e3-448b-928f-95e921841198"> | ||
|
||
#### 4. ImageMapster | ||
* ImageMapster makes HTML image maps useful | ||
* http://www.outsharked.com/imagemapster | ||
<img width="1345" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/7a1ee383-4a1b-4266-a380-d96a2e9e485b"> | ||
|
||
#### 5. Animate.css | ||
* A library of ready-to-use, cross-browser animations for use in your web projects | ||
* https://animate.style | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/289d85a9-7473-44c6-b5b9-f1ed2a8dcd99"> | ||
|
||
#### 6. Chart.js | ||
* Simple yet flexible JavaScript charting library for the modern web | ||
* https://www.chartjs.org | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/bd95df6a-4929-4fec-a337-56592fc21bb1"> | ||
<img width="1300" alt="image" src="https://github.com/abap2UI5/abap2UI5-documentation/assets/102328295/da99bd6b-04af-4f03-9dc6-d6f69967781b"> | ||
<br> | ||
|
||
_You use an external library but it is not listed here? Feel free to send a PR to this addon! Special thanks to [choper725](https://github.com/choper725) contributing most of the Libraries_ |
Oops, something went wrong.