Skip to content

Commit 8ae1114

Browse files
authored
update description for overview (#180)
* update description for overview * Create test_downport.yaml
1 parent dd16d98 commit 8ae1114

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

.github/workflows/test_downport.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: test_downport
2+
3+
on:
4+
push:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
build_downport:
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 10
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: 20
18+
- run: npm ci
19+
- run: npm run downport

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
`<p><strong>Explore and copy code samples!</strong> All samples are abap2UI5 implementations of the <a href="https://sapui5.hana.ondemand.com/#/controls" style="color:blue; font-weight:600;">SAP UI5 sample page.</a> If you miss a control or find a b` &&
8282
`ug please create an ` &&
8383
`<a href="https://github.com/abap2UI5/abap2UI5/issues" style="color:blue; font-weight:600;">issue</a> or send a <a href="https://github.com/abap2UI5/abap2UI5-samples/pulls" style="color:blue; font-weight:600;">PR</a>` &&
84-
`.</p>` ).
84+
`.</p>` &&
85+
`<p>Always press CTRL+F12 to see code samples and classname of the app.</p>`
86+
).
8587

8688
DATA(page2) = page.
8789

@@ -846,12 +848,19 @@
846848

847849
panel->generic_tile(
848850
header = 'Dynamic Objects IV'
849-
subheader = 'User Generic Struc Refs in Subapps'
851+
subheader = 'User Generic Tab Refs in Subapps'
850852
press = client->_event( 'Z2UI5_CL_DEMO_APP_191' )
851853
mode = 'LineMode'
852854
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
853855
).
854856

857+
panel->generic_tile(
858+
header = 'Dynamic Objects V'
859+
subheader = 'User Generic Struc Refs'
860+
press = client->_event( 'Z2UI5_CL_DEMO_APP_195' )
861+
mode = 'LineMode'
862+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
863+
).
855864

856865
panel = page->panel(
857866
expandable = abap_false

0 commit comments

Comments
 (0)