Sha256: d0b35ab1eba32fc1fa10e39ff20ac5e07fe6fee0f89c4244cbd84454540eef10
Contents?: true
Size: 862 Bytes
Versions: 4
Compression:
Stored size: 862 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(['jquery.sap.global'],function(q){"use strict";var H={};H.render=function(r,c){var a=r;a.write("<hr");a.writeControlData(c);a.writeAttribute("role","separator");if(c.getWidth()){a.writeAttribute("style","width:"+c.getWidth()+";");}a.addClass("sapUiCommonsHoriDiv");a.addClass(c.getType()=="Page"?"sapUiCommonsHoriDivTypePage":"sapUiCommonsHoriDivTypeArea");switch(c.getHeight()){case"Ruleheight":a.addClass("sapUiCommonsHoriDivHeightR");break;case"Small":a.addClass("sapUiCommonsHoriDivHeightS");break;case"Large":a.addClass("sapUiCommonsHoriDivHeightL");break;default:a.addClass("sapUiCommonsHoriDivHeightM");}a.writeClasses();a.write("/>");};return H;},true);
Version data entries
4 entries across 4 versions & 2 rubygems