http://docs.oracle.com/middleware/1212/adf/TROAF/tagdoc/af_inputText.html
This component can be stretched by a parent layout component that stretches its children, e.g. panelStretchLayout or panelSplitter, if the dimensionsFrom attribute is set to "auto" or "parent" and the simple attribute is true.But, it's not true. To stretch an <af:inputText> component, you need:
- Put the component inside a parent component that stretches its children.
- Set the simple attribute to true.
- Set the dimensionsFrom attribute to "parent"; "auto" will not work.
- Remove the columns attribute.
- For a text area, set rows attribute to a value greater than 1.
No comments:
Post a Comment