SAP/UI5 (4) 썸네일형 리스트형 [UI5] Configure Object Pages Using SAP Fiori Tools to_PriceRange/PriceClassification MainProductCategory Supplier [UI5] Semantic Colors / Industry-Specific Colors Intro You can use semantic colors and industry-specific colors to visualize the status or state of business data: Semantic colors denote standard value states (such as good, bad, or warning). Each color has the same basic meaning in all contexts. Industry-specific colors reflect the color conventions in a line of business or industry. The meaning of each color depends on the business context. In.. [UI5] Login Page App.view.xml App.cotroller.js sap.ui.define([ "sap/ui/core/mvc/Controller", "sap/ui/model/json/JSONModel", "sap/m/MessageBox" ], function(Controller, JSONModel, MessageBox) { "use strict"; return Controller.extend("loginPage.controller.App", { onInit : function () { var oData = { id: "", password: "" }; var oModel = new JSONModel(oData); this.getView().setModel(oModel); //this가 controller를 바라볼 수.. [UI5] sap.m.Table onFilterBarSearch : function (oEvent) { var oFilterbarModelData = this.getView().getModel("filterbar").getData(); var sDefaultDate = oFilterbarModelData.sDefaultDate; var sCategoryKey = oFilterbarModelData.categoryKey; var sStatusKey = oFilterbarModelData.statusKey; if( sStatusKey === 1 ) { sStatusKey = "Available"; }else if( sStatusKey === 2 ) { sStatusKey = "Unavailable"; var aFilter = []; var.. 이전 1 다음