2.2.10.43 Tile Container
Properties of Tile Container
- Id - unique identifier of the control
- Entity Set - entity set definition
Custom Tiles are needed for the Tile Container to function completely
Properties of Custom Tiles
- Id - unique identifier of the control
- Style Class - assign a predefined SAPUI5 CSS or a CSS class defined in the CSS of the App
- On Press - executes the javascript function assigned for this event
Step-by-step guide
How to add Tile Container
- Right click on a Page or from any elements under Add Layout and select Add Other-→ Add Tile Container
- A Tile Container Control has been added
- Right click on the Tile Container and select Add Custom Tile
- A Custom Tile has been added
- Right click on the Custom Tile to add the relevant controls
Related articles