Sha256: e999c0ee3e6779659556598ced2ca6182306b827d5e51a0cd4146bf9b5e7cf23
Contents?: true
Size: 656 Bytes
Versions: 4
Compression:
Stored size: 656 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. */ // Provides the Design Time Metadata for the sap.m.RadioButton control sap.ui.define([], function () { "use strict"; return { name: { singular: "RADIO_BUTTON_GROUP_NAME", plural: "RADIO_BUTTON_GROUP_NAME_PLURAL" }, palette: { group: "INPUT", icons: { svg: "sap/m/designtime/RadioButtonGroup.icon.svg" } }, templates: { create: "sap/m/designtime/RadioButtonGroup.create.fragment.xml" } }; }, /* bExport= */ false);
Version data entries
4 entries across 4 versions & 2 rubygems