Skip to content

Commit

Permalink
OpenUI5 Documentation Update 25.10.2023
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Oct 25, 2023
1 parent 893b65d commit 5815f75
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 38 deletions.
6 changes: 1 addition & 5 deletions docs/Data_Binding_Tutorial_e531093.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ The UI uses data binding to bind controls to the model which holds the applicati
>
> You can view and download the files for all steps in the Demo Kit at [Data Binding](https://sdk.openui5.org/entity/sap.ui.core.tutorial.databinding). Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information check the following sections of the tutorials overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
1. [Step 1: No Data Binding](Step_1_No_Data_Binding_4cde849.md "In this step, we simply place some text on the screen using a standard
sap.m.Text control. The text in this control is a hard-coded part of
Expand Down
6 changes: 1 addition & 5 deletions docs/Flexible_Column_Layout_App_Tutorial_c4de2df.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ The app provides the following features:
>
> You can view and download the files for all steps in the Demo Kit at [Flexible Column Layout App](https://sdk.openui5.org/entity/sap.f.tutorial.fiori2). Copy the code to your workspace and make sure that the application runs by calling the `webapp/index.html` file. Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information check the following sections of the tutorials overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
1. [Step 1: Setting Up the Initial App](Step_1_Setting_Up_the_Initial_App_59b772b.md "We start by setting up a basic OpenUI5 app for this
tutorial.")
Expand Down
12 changes: 9 additions & 3 deletions docs/Forms_Which_One_Should_I_Choose_d1d8eb0.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Flexibility
<tr>
<td valign="top">

Complexity
Simplicity



Expand Down Expand Up @@ -229,7 +229,7 @@ Controls inside are OData-bindable
<tr>
<td valign="top">

Enables a granular structure of a form control
Granular structure of a form control



Expand Down Expand Up @@ -335,11 +335,17 @@ Use `sap.ui.comp.smartform.SmartForm` if you want to do the following:

#### Do not nest layouts and forms

Nesting can lead to undesired issues
Nesting can lead to undesired issues.

***

#### Do not use other forms or layout controls

Using any other form or layout control \(for example,  `HBox`\) as children of a form can lead to issues with accessibility or the responsive design. This applies to all form controls mentioned.

***

#### Use different form controls for different application requirements

Use the `Form` for performance-critical applications and also to have the most flexible design.. Use the `SimpleForm` if you want the least complexity.

6 changes: 1 addition & 5 deletions docs/Navigation_and_Routing_Tutorial_1b6dcd3.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ Throughout this tutorial we will add features for navigating to pages and bookma
>
> You can view and download the files for all steps in the Demo Kit at [Navigation and Routing](https://sdk.openui5.org/entity/sap.ui.core.tutorial.navigation). Copy the code to your workspace and make sure that the application runs by calling the `webapp/index.html` file. Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information check the following sections of the tutorials overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
1. [Step 1: Set Up the Initial App](Step_1_Set_Up_the_Initial_App_df245bd.md "We start by setting up a simple app for this tutorial. The app displays mock data
only and mimics real OData back-end calls with the mock server as you have seen in the
Expand Down
6 changes: 1 addition & 5 deletions docs/OData_V2_Mock_Server_Tutorial_3a9728e.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ Additionally, we will demonstrate how to mock an additional request that is not
>
> You can view and download the files for all steps in the Demo Kit at [Mock Server](https://sdk.openui5.org/entity/sap.ui.core.tutorial.mockserver). Copy the code to your workspace and make sure that the application runs by calling the `webapp/index.html` file. Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information check the following sections of the tutorials overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
***

Expand Down
6 changes: 1 addition & 5 deletions docs/OData_V4_Tutorial_bcdbde6.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ We start with an initial app that simply retrieves data from an OData V4 service
>
> You can view and download the samples for all steps in the Demo Kit at [OData V4](https://sdk.openui5.org/entity/sap.ui.core.tutorial.odatav4). Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information, check the following sections of the tutorial overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
1. [Step 1: The Initial App](Step_1_The_Initial_App_15d84f3.md "We start by setting up a simple app that loads data from an OData service and
displays it in a table. We use a mock server to simulate requests to and responses from the
Expand Down
6 changes: 1 addition & 5 deletions docs/Testing_Tutorial_291c912.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ If you want to automate the test execution using a test runner, you can set this
>
> You can view and download the files for all steps in the Demo Kit at [Testing Apps](https://sdk.openui5.org/entity/sap.m.tutorial.testing). Copy the code to your workspace and make sure that the application runs by calling the `webapp/test/test.html` file. Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information check the following sections of the tutorials overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
1. [Step 1: Overview and Testing Strategy](Step_1_Overview_and_Testing_Strategy_ab134ef.md "In this step, we will take a look at the prototype and define the test strategy for
our app. The prototype already contains the infrastructure for unit and integration testing
Expand Down
6 changes: 1 addition & 5 deletions docs/Worklist_App_Tutorial_6a6a621.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ We will use the worklist template as a starting point for this tutorial and add
>
> You can view and download the files for all steps in the Demo Kit at [Worklist App](https://sdk.openui5.org/entity/sap.m.tutorial.worklist). Copy the code to your workspace and make sure that the application runs by calling the `webapp/index.html` file. Depending on your development environment you might have to adjust resource paths and configuration entries.
>
> For more information check the following sections of the tutorials overview page \(see [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md)\):
>
> - [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download)
>
> - [Adapting Code to Your Development Environment](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_adaptation)
> For more information check the [Downloading Code for a Tutorial Step](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md#loio8b49fc198bf04b2d9800fc37fecbb218__tutorials_download) section of the tutorials overview page [Get Started: Setup, Tutorials, and Demo Apps](Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md).
1. [Step 1: Creating the Initial App](Step_1_Creating_the_Initial_App_fc2c358.md "In this step, we set up the initial app.")
In this step, we set up the initial app.
Expand Down

0 comments on commit 5815f75

Please sign in to comment.