Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" id="sap-ui-bootstrap" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body id="body">
</body>
</html>
 
.sapMLIB.sapMObjLItem.myownclassforpadding{
    padding: 0;
    background-color: green;
}
 
var item = new sap.m.ObjectListItem({
  title:"Title", number:"24", numberUnit:"$",
  markFlagged:true, markFavorite:true, showMarkers:true, 
  attributes:[new sap.m.ObjectAttribute({text:"attribute"})]
});
item.addStyleClass("myownclassforpadding");
item.placeAt("body");
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers