Sha256: 51ac258a5c1b7f94fff5ec4c73b91b19a2adf825042445051253c3700170b5a7

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

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(['jquery.sap.global','./library','sap/ui/core/Control',"./ImageRenderer"],function(q,l,C,I){"use strict";var a=C.extend("sap.ui.commons.Image",{metadata:{interfaces:["sap.ui.commons.ToolbarItem","sap.ui.commons.FormattedTextViewControl","sap.ui.core.IFormContent"],library:"sap.ui.commons",properties:{src:{type:"sap.ui.core.URI",group:"Data",defaultValue:null},width:{type:"sap.ui.core.CSSSize",group:"Appearance",defaultValue:null},height:{type:"sap.ui.core.CSSSize",group:"Appearance",defaultValue:null},decorative:{type:"boolean",group:"Accessibility",defaultValue:true},alt:{type:"string",group:"Accessibility",defaultValue:null},useMap:{type:"string",group:"Misc",defaultValue:null}},events:{press:{}}}});a.prototype.onclick=function(e){this.firePress({});};a.prototype.onsapenter=a.prototype.onclick;a.prototype.getFormDoNotAdjustWidth=function(){return true;};return a;},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/ui/commons/Image.js
fiveapples-0.0.6 lib/openui5-runtime-1.60.23/resources/sap/ui/commons/Image.js
fiveapples-0.0.5 lib/openui5-runtime-1.60.23/resources/sap/ui/commons/Image.js
jekyll-openui5-0.1.0 assets/sap/ui/commons/Image.js