File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,25 @@ CLASS z2ui5_cl_demo_app_244 IMPLEMENTATION.
31
31
32
32
METHOD DISPLAY_VIEW .
33
33
34
- DATA (page ) = z2ui5_cl_xml_view=>factory( )->shell(
34
+
35
+ DATA (css ) = `.sapUiDemoFlexBoxSizeAdjustments .sapMFlexItem {` &&
36
+ ` border: 1px dashed #000;` &&
37
+ ` margin: 0.1875rem;` &&
38
+ ` padding: 0.1875rem;` &&
39
+ `}` &&
40
+
41
+ `.sapUiDemoFlexBoxSizeAdjustmentsZeroWidthItems .sapMFlexItem {` &&
42
+ ` width: 0;` &&
43
+ `}` &&
44
+
45
+ `.sapMFlexItem {` &&
46
+ ` position: relative;` &&
47
+ `}` .
48
+
49
+ DATA (view ) = z2ui5_cl_xml_view=>factory( ).
50
+ view->_generic( name = `style` ns = `html` )->_cc_plain_xml( css )->get_parent( ).
51
+
52
+ DATA (page ) = view->shell(
35
53
)->page(
36
54
title = `abap2UI5 - Sample: Flex Box - Size Adjustments`
37
55
navbuttonpress = client->_event( 'BACK' )
You can’t perform that action at this time.
0 commit comments