diff --git a/README.md b/README.md index ca9ce5f2..e1172fa1 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/abap-api-tools/README.md b/abap-api-tools/README.md index d494e575..e719174c 100644 --- a/abap-api-tools/README.md +++ b/abap-api-tools/README.md @@ -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 diff --git a/doc/app.md b/doc/app.md index 52d9cd4a..a0891c06 100644 --- a/doc/app.md +++ b/doc/app.md @@ -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: