当前位置:网站首页>Introduction to sap ui5 dynamicpage control
Introduction to sap ui5 dynamicpage control
2022-07-05 12:54:00 【Wang Zixi】
The control starts from SAP UI5 1.42 Version is available .DynamicPage Is a layout control , By title 、 Titles with dynamic behavior 、 Content area and optional floating footer .

The control consists of several components :
DynamicPageTitle - By the title on the left 、 The content in the middle and the operation on the right . The content displayed will be based on DynamicPageHeader Change according to the current mode of .
DynamicPageHeader - A universal container , Can contain a single layout control and don't care about content alignment and responsiveness . Headers work in two modes - Expansion mode (expanded) And stow mode (snapped), And it can adjust its behavior with the help of different attributes .
Content area - A universal container , Can have a single UI5 Layout control , Don't worry about content alignment and responsiveness .
The footer - At the bottom , There is a small offset , For additional operations , The footer floats above the content . It could be anything sap.m.IBar Control .
If the requirement is to display an always visible title and a configurable extension / Align the title of the function , Please use DynamicPage. Contrary , No need to extend / Alignment function , Best use sap.m.Page As a lighter control .
If it shows sap.m.FlexBox With non adaptive content ( Does not stretch to fill the available space ), It is suggested that FlexBox Of fitContainer Property is set to false.
If you are displaying sap.ui.table.Table, Remember that it is non adaptive , And may lead to DynamicPage On smaller screen sizes ( For example, mobile devices ) Unpredictable behavior on . You should use sap.m Under the namespace Table Control .
It is not supported to DynamicPageTitle Retract (snap): When DynamicPage When there is a scroll bar , Controls usually scroll to snap point The location of . however , When there is a scroll bar but not enough content arrives snap point when , Cannot use scroll for stow operation .
stay DynamicPage Used in the content of sap.ui.layout.form.Form、sap.m.Panel、sap.m.Table and sap.m.List When the control , If you want to achieve vertical text content alignment , Need to adjust their left text offset sap.f.DynamicPageHeader Content and DynamicPage Alignment between the contents of .
Response behavior :DynamicPage The response behavior of depends on the behavior of the displayed content . To adjust DynamicPage Content filling , have access to sapUiContentPadding、sapUiNoContentPadding and sapUiResponsiveContentPadding CSS class .

边栏推荐
- Research: data security tools cannot resist blackmail software in 60% of cases
- Introduction to the principle of DNS
- Tips and tricks of image segmentation summarized from 39 Kabul competitions
- Introduction to relational model theory
- 单独编译内核模块
- Distributed solution - distributed session consistency problem
- Transactions from January 14 to 19, 2022
- stm32和电机开发(从架构图到文档编写)
- Taobao order amount check error, avoid capital loss API
- 【云原生】Nacos-TaskManager 任务管理的使用
猜你喜欢

Transactions from January 14 to 19, 2022

Taobao product details API | get baby SKU, main map, evaluation and other API interfaces

激动人心!2022开放原子全球开源峰会报名火热开启!

JDBC -- use JDBC connection to operate MySQL database

Kotlin变量

stirring! 2022 open atom global open source summit registration is hot!

Alipay transfer system background or API interface to avoid pitfalls

From the perspective of technology and risk control, it is analyzed that wechat Alipay restricts the remote collection of personal collection code

【云原生】Nacos-TaskManager 任务管理的使用

自然语言处理系列(一)入门概述
随机推荐
JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
Introduction to relational model theory
深度长文探讨Join运算的简化和提速
HiEngine:可媲美本地的云原生内存数据库引擎
跨平台(32bit和64bit)的 printf 格式符 %lld 输出64位的解决方式
Taobao order amount check error, avoid capital loss API
View and terminate the executing thread in MySQL
CVPR 2022 | single step 3D target recognizer based on sparse transformer
上午面了个腾讯拿 38K 出来的,让我见识到了基础的天花
2021-12-22 transaction record
Compilation principle reading notes (1/12)
HiEngine:可媲美本地的云原生内存数据库引擎
OPPO小布推出预训练大模型OBERT,晋升KgCLUE榜首
GPON other manufacturers' configuration process analysis
Super efficient! The secret of swagger Yapi
Shi Zhenzhen's 2021 summary and 2022 outlook | colorful eggs at the end of the article
Rasa Chat Robot Tutorial (translation) (1)
Using MySQL in docker
A few years ago, I outsourced for four years. Qiu Zhao felt that life was like this
Distributed cache architecture - cache avalanche & penetration & hit rate