former_member679019
Participant
Member since ‎04-19-2020

User Statistics

  • 32 Posts
  • 0 Solutions
  • 53 Kudos given
  • 3 Kudos received

User Activity

In reading this article - https://sapui5.hana.ondemand.com/sdk/#/topic/e9fc648661d84ed89360bbec3ae02611 I am unsure of where to place the code inside the HTML tags. This is what I have so far: ComponentJS: sap.ui.getCore().applyTheme("custom...
Table of Contents: Objective + Background, Problem, How Standard Process Flow Looks + Sample Code, My Code, Problem Reiterated 1. Objective + Background: Extend ProcessFlowNode control. 2. Problem: In trying to render the custom ProcessFlowNode,...
UI5 version: 1.63.1 sap.ui.define([ "sap/ui/core/mvc/Controller" ,"sap/ui/comp/valuehelpdialog/ValueHelpDialog" ,"sap/ui/model/json/JSONModel" ,"sap/m/ColumnListItem" ,"sap/ui/core/Fragment" ,"sap/ui/table/Table" ], function (Controller,Valu...
I'm trying to code a fragment in my View2, yet system can't find the file. This is what I did: View 2 code: <mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="e24.controller.View2" xmlns:html="http://ww...