Skip to content

Commit

Permalink
OpenUI5 Documentation Update 19.09.2023
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Sep 19, 2023
1 parent 93da4fb commit 0acd685
Show file tree
Hide file tree
Showing 31 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/Step_29_Debugging_Tools_1ff250c.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Luckily, OpenUI5 provides a couple of debugging tools that we can use within the

**The diagnostics window**

![](images/loioc4e83f0e553c4314a1f24e13972e20df_HiRes.png "The diagnostics window")
![](images/loio930de31b311f43ffa9df9261ca760da0_LowRes.png "The diagnostics window")

***

Expand Down Expand Up @@ -116,7 +116,7 @@ Sometimes errors are not as easy to spot and you actually need to debug the Java

**Technical information dialog**

![](images/loio8bf9780408674588af6d33eb6cebadab_LowRes.png "Technical information dialog ")
![](images/loio34c4b02c74eb4848b8b720d86042bfdc_LowRes.png "Technical information dialog ")

For a more detailed explanation of the OpenUI5 support tools, go through the [Troubleshooting Tutorial](Troubleshooting_Tutorial_5661952.md) tutorial.

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_30_Routing_and_Navigation_e5200ee.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this step, we will use the OpenUI5 navigation features to load and show a sep

**A second page is added to display the invoice**

![](images/loioa1d85cc6f6b4452cac5382afd0a29699_HiRes.png "A second page is added to display the invoice")
![](images/loio94152a595fe24d45b12223e0abcccb9c_LowRes.png "A second page is added to display the invoice")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_31_Routing_with_Parameters_2366345.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To make this work, we have to pass over the information which item has been sele

**The selected invoice details are now shown in the details page**

![](images/loio3a961735fdea4598a24c0ca1a3b7a5b2_HiRes.png "The selected invoice details are now shown in the details page")
![](images/loio31da9d48ae204c36a991146b90648c21_LowRes.png "The selected invoice details are now shown in the details page")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_32_Routing_Back_and_History_8ef57cf.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Now we can navigate to our detail page and display an invoice, but we cannot go

**A back button is now displayed on the detail page**

![](images/loio6e4426b30fae4b51bc540fdacbe4f16f_HiRes.png "A back button is now displayed on the detail page")
![](images/loio33a8341077bb458685274c64d2317f6b_LowRes.png "A back button is now displayed on the detail page")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_33_Custom_Controls_d12d2ee.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this step, we are going to extend the functionality of OpenUI5 with a custom

**A custom product rating control is added to the detail page**

![](images/loioe3e163a7b93d498595586d5043f77ddb_HiRes.png "A custom product rating control is added to the detail page")
![](images/loio21dd14c37b67473b817c8865f168f668_LowRes.png "A custom product rating control is added to the detail page")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_34_Responsiveness_a96e18b.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this step, we improve the responsiveness of our app. OpenUI5 applications can

**A responsive table is hiding some of the columns on small devices**

![](images/loio62a5405e63324cb4928e587f518ae13f_HiRes.png "A responsive table is hiding some of the columns on small devices")
![](images/loiocc3f2e0d8ac6471288af6495836c2f07_LowRes.png "A responsive table is hiding some of the columns on small devices")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_35_Device_Adaptation_d63a15e.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We now configure the visibility and properties of controls based on the device t

**On phone devices, the panel is collapsed to save screen space and a button is hidden**

![](images/loio26ae5cb9623a4e698b30be0fbbd33480_HiRes.png "On phone devices, the panel is collapsed to save screen space and a button is
![](images/loio3f97022c7af4435fa94a2bed05f09376_LowRes.png "On phone devices, the panel is collapsed to save screen space and a button is
hidden")

***
Expand Down
2 changes: 1 addition & 1 deletion docs/Step_36_Content_Density_d935dbf.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this step of our Walkthrough tutorial, we adjust the content density based on

**The content density is compact on desktop devices and cozy on touch-enabled devices**

![](images/loio04b6669bbc8a4524be5a998ad78544ac_HiRes.png "The content density is compact on desktop devices and cozy on touch-enabled
![](images/loiof216b131c492448d8a1df25db2b9a26d_LowRes.png "The content density is compact on desktop devices and cozy on touch-enabled
devices")

***
Expand Down
2 changes: 1 addition & 1 deletion docs/Step_37_Accessibility_ff7cab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To achieve this, we will add ARIA attributes. ARIA attributes are used by screen

**Landmarks in our app**

![](images/loiod9c6cd32743d40629bec7d77590e2c58_HiRes.png "Landmarks in our app")
![](images/loiob35deda1ebe1433fbf0ff066f6e3fc4b_LowRes.png "Landmarks in our app")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Step_38_Build_Your_Application_ae1be8c.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this step we're going to build our application and consume the speed of a bui

**The UI5 application is built and served**

![](images/loioad14ea2b3a854f07b459ecdc5ff03be3_LowRes.png "The UI5 application is built and served")
![](images/loiofb12cea5ac9b45bb9007aac5a1a8689f_LowRes.png "The UI5 application is built and served")

***

Expand Down
2 changes: 1 addition & 1 deletion docs/Walkthrough_Tutorial_3da5f4b.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We first introduce you to the basic development paradigms like *Model-View-Contr

### Preview

![](images/loio62a5405e63324cb4928e587f518ae13f_HiRes.png)
![](images/loiofb12cea5ac9b45bb9007aac5a1a8689f_LowRes.png)

***

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0acd685

Please sign in to comment.