

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
In SAPUI5, how two add two icons in StandardListItem
Instead of using StandardListitem, you should use CustomListitem. With use of CustomListitem, you can add any kind of content.
As per SAP documentation, CustomListitem has following use:
This control with a content aggregation can be used to customize standard list items that SAP doesn't provide. List mode and ListItem type are applied to CustomListItems as well.
Note: Even though the content aggregation allows any control, complex responsive layout controls (e.g. Table, Form) should not be aggregated as content.
new sap.m.CustomListItem(sId?, mSettings?)
Param Type Default Value Description
sId?String ID for the new control, generated automatically if no ID is given
mSettings? Object Initial settings for the new control
- Related Questions & Answers
- Add Two Numbers in Python
- Add two numbers represented by two arrays in C Program
- Add Two Numbers II in C++
- How do you add two lists in Java?
- Add feedback icons for inputs with Bootstrap
- How to Add Two Matrices using Python?
- How to add two or more strings in MySQL?
- How to add/merge two hash tables in PowerShell?
- Add two numbers using ++ operator in C++.
- Add two vectors using broadcasting in Numpy
- Add Authentication details in the AJAX request in SAPUI5
- C# Program to Add Two TimeSpan
- C# program to add two matrices
- Java program to add two integers
- C++ Program to Add Two Numbers
Advertisements