cancel
Showing results for 
Search instead for 
Did you mean: 

About flexible column layout

0 Kudos

Hi, we know that flexible column layout control is using namespace f, but there is a property that I want to use called backgroundDesign which is using namespace m.

So How do I called this property which is available in "m" using a control object which is available in "f"

The code below will generating error, it says backgroundDesign does not exist for the control

<mvc:View xmlns="sap.f" xmlns:mvc="sap.ui.core.mvc" displayBlock="true" controllerName="sap.f.FlexibleColumnLayoutWithOneColumnStart.controller.FlexibleColumnLayout" height="100%"><br>	<FlexibleColumnLayout<br>		autoFocus="false"<br>		id="fcl"<br>		stateChange="onStateChanged"<br>		restoreFocusOnBackNavigation="true"<br>		layout="{/layout}"<br>		backgroundDesign="Translucent"/><br></mvc:View>
Margot
Product and Topic Expert
Product and Topic Expert
0 Kudos

Where do you get this error? In your IDE or in the console while processing your code?

0 Kudos

in the web ide designer

Accepted Solutions (0)

Answers (0)