Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2175

Re: Process Flow control for JavaScript View in UI5

$
0
0

In a js view it would look like

 

  var oProcessFlowSCNoFirstLane = new sap.suite.ui.commons.ProcessFlow("pSimpleCase1NoFirstLane", {      nodes: {      path: "/nodes",      template: new sap.suite.ui.commons.ProcessFlowNode({        nodeId: "{id}", laneId: "{laneId}", title: "{title}", children: "{children}",          state: "{state}", titleAbbreviation: "{titleabbr}", stateText: "{state}", tag: {          tagCheck: "tagCheck"        }, texts: "{texts}"      })    }, // end of node    lanes: {      path: "/lanes", template: new sap.suite.ui.commons.ProcessFlowLaneHeader({        laneId: "{id}", iconSrc: "{iconSrc}", text: "{text}", state: "{state}", position: "{position}"      })    }, // end of lane    scrollable: true,    wheelZoomable: true  });

Regards,

Jamie

SAP - Technology RIG


Viewing all articles
Browse latest Browse all 2175

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>