Hello,
I have a HTMLB page that's being build inside doContent method of AbstractPortalComponent.
It is using FormLayout to display tabular contents. This has few cells and cell have TextView in it.
I need to vertically align this text inside each cell to TOP.
I tried using "setVerticalAlignmentExt(CellVAlign.TOP);" method of FormLayoutCell but I see that it is aligning entire cell to TOP. Not the text.
Text is still remaining at bottom.
How do I align this text to TOP?
Thanks & Regards,
Amey