changing the width of input text in ADF | Techartifact

Requirment – to manage the width of an input text.

Solution- A very small tip on ADF. We have panel form layout , inside that we have multiple input text which is bind to db table column which is set as datatype to verchar2(1000) .then the input text will go beyond the expected limit.How to change the width.

In the input text property there is property called columns.You can give some value like 200 or 300 according to your need.
and it will change the width.

Happy coding with Techartifact