From dc07b93fea140ef400e99e074924c75ea2056645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sch=C3=A4rpf?= <80598614+andre-schaerpf@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:49:13 +0100 Subject: [PATCH 1/2] Remove duplicate entry "sap.m.IconTabBar" The list of controls supporting certain CSS classes contained module "sap.m.IconTabBar" twice. Since the list seems to be sorted alphabetically, the first entry should be the undesired one. --- .../using-container-content-padding-css-classes-c71f6df.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/04_Essentials/using-container-content-padding-css-classes-c71f6df.md b/docs/04_Essentials/using-container-content-padding-css-classes-c71f6df.md index 9aa32f1a..bc01cd2b 100644 --- a/docs/04_Essentials/using-container-content-padding-css-classes-c71f6df.md +++ b/docs/04_Essentials/using-container-content-padding-css-classes-c71f6df.md @@ -25,7 +25,6 @@ The following list of controls support container content padding CSS classes: - `sap.f.semantic.SemanticPage` - `sap.m.Carousel` - `sap.m.Dialog` -- `sap.m.IconTabBar` - `sap.m.FlexBox` using `FlexItemData` with `styleClass` property for each item - `sap.m.IconTabBar` - `sap.m.List` From 5a6257c136251f63ab56a56ec19e32e7594264f1 Mon Sep 17 00:00:00 2001 From: dstork <50145142+dstork@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:27:47 +0100 Subject: [PATCH 2/2] Fix broken link to the API reference --- docs/10_More_About_Controls/smart-form-99e33bd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10_More_About_Controls/smart-form-99e33bd.md b/docs/10_More_About_Controls/smart-form-99e33bd.md index e5681140..739b3890 100644 --- a/docs/10_More_About_Controls/smart-form-99e33bd.md +++ b/docs/10_More_About_Controls/smart-form-99e33bd.md @@ -7,7 +7,7 @@ The `sap.ui.comp.smartform.SmartForm` control makes it possible to render a form > ### Note: > The code samples in this section reflect examples of possible use cases and might not always be suitable for your purposes. Therefore, we recommend that you do not copy and use them directly. -For more information about this control, see the [API Reference](https://ui5.sap.com/#/api/sap.ui.comp.smartform.SmartForm.html) and the [samples](https://ui5.sap.com/#/entity/sap.ui.comp.smartform.SmartForm). +For more information about this control, see the [API Reference](https://ui5.sap.com/#/api/sap.ui.comp.smartform.SmartForm) and the [samples](https://ui5.sap.com/#/entity/sap.ui.comp.smartform.SmartForm).