Sha256: fcf86e1e7625623529209b82e55bd24f5218a32e2f4a4bcd141e0e13da55be8a

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 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([],function(){"use strict";var F={};F.render=function(r,c){r.write("<div");r.writeControlData(c);r.addClass("sapMFT");r.writeClasses();if(c.getTooltip_AsString()){r.writeAttributeEscaped("title",c.getTooltip_AsString());}r.addStyle("width",c.getWidth()||null);r.addStyle("height",c.getHeight()||null);r.writeStyles();r.write(">");r.write(c._getDisplayHtml());r.write("</div>");};return F;},true);

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
fiveapples-0.0.7 lib/openui5-runtime-1.60.23/resources/sap/m/FormattedTextRenderer.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/m/FormattedTextRenderer.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/m/FormattedTextRenderer.js
jekyll-openui5-0.1.0 assets/sap/m/FormattedTextRenderer.js