Skip to content

Commit

Permalink
abap-value-help release
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Feb 26, 2021
1 parent d8e5060 commit 7d8f69d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Node [CLI tool](./abap-api-tools) for [pattern based web applications](./doc/app
- Application frameworks: electron, NW.js ...
- Building a [pattern based app](./doc/app.md)

Bonus: generic Value Help server runtime component: [`abap-value-help`](./abap-value-help/README.md).
Combined with generic Value Helps [`abap-value-help`](./abap-value-help/README.md) results in one different and exciting delivery experience.

:star: Your star is appreciated, it helps!

Expand Down
2 changes: 1 addition & 1 deletion abap-api-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Command line tool for building [pattern based applications'](https://github.com/
- Custom configurations, open for integration
- Minimalistic, unobtrusive, powerful

Bonus: generic Value Helps server runtime component: [`abap-value-help`](https://github.com/SAP/fundamental-tools/tree/main/abap-value-input-help).
Combined with generic Value Helps [`abap-value-help`](./abap-value-help/README.md) results in one different and exciting delivery experience.

## Content<!-- omit in toc -->

Expand Down
4 changes: 3 additions & 1 deletion doc/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ abap make aurelia -c my-app # from the first ABAP API step above

- ABAP developers can build also this layer, by reusing (copy/paste) standard patterns for components positioning and grouping. Learning a bit more about HTML/JS, developers can start modifying standard patterns and buil their own.

- Standard ui components' templates (default ui configurations) can be pure HTML, pure JS or the combination of both. It depends on ui framework and the standard usage pattern nd can be easy changed (custom ui configurations)
- Standard ui components' templates (default ui configurations) can be pure HTML, pure JS or the combination of both. It depends on ui framework and standard usage pattern can be easy changed (custom ui configurations).

- Generic and custom Value Helps are supported by `shlp` custom attribute: [abap-value-help](../abap-value-help/README.md)

One example with input, datepicker and checkbox:

Expand Down

0 comments on commit 7d8f69d

Please sign in to comment.