Wednesday, September 7, 2016

Text wrap for ADF Input text

Wrapping word when long text is entered in inputText tag

I have a inputText tag as below




When some long text is entered horizontal scroll bar appears.



If you want to achieve word wrap and avoid horizontal scroll bar on a input text with long text, you can add inline style tag to input like below text .

inlineStyle="white-space: pre-wrap; word-wrap:break-word; display:inline-block;"




1 comment: