cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPUI5-Text inside rectangle box

Former Member
0 Likes
1,239

Hi,

I have below requirement, please let me know if there are any controls currently in SAPUI5 which I can use. I want to have a template in the below format (this will be static) and also I want to put text inside a rectangular box like above. I did come across MicroProcessFlow Class in SDK but that doesn't completely full fill my requirement. Like, I cannot place text inside the box.

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Likes

Check the Custom control library.

https://ui5lab.io/browser/index.html#/Samples/ui5lab.geometry/Sample/ui5lab.geometry.Square.SquareSi...

This should help you get your geometry shapes on the page.

Sharathmg
Active Contributor
0 Likes

Use or check for process control in the control kit. https://sapui5.netweaver.ondemand.com/sdk/#/topic/70307d4b63814dad9a95220e85a563dc

Former Member
0 Likes

Sorry, that is not at all what I am looking for. I am looking at creating rectangular /square boxes in SAPUI5. Not looking at process flow.