Sha256: 153a53e67c0d1795ef953b499b0e0748418903fa7d1cbb7eeb159c4533e440fc
Contents?: true
Size: 486 Bytes
Versions: 4
Compression:
Stored size: 486 Bytes
Contents
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['./ListItemBaseRenderer','sap/ui/core/Renderer'],function(L,R){"use strict";var C=R.extend(L);C.renderLIAttributes=function(r,l){r.addClass("sapMCLI");};C.renderLIContent=function(r,l){var c=l.getContent();var a=c.length;for(var i=0;i<a;i++){r.renderControl(c[i]);}};return C;},true);
Version data entries
4 entries across 4 versions & 2 rubygems