To set the width of input text box we need to set the width in contentStyle. Add like the below code
<af:inputText contentStyle="width:100px;"/>
Now run your page automatically the width will set as per your define width.
Thanks...
<af:inputText contentStyle="width:100px;"/>
Now run your page automatically the width will set as per your define width.
Thanks...
No comments:
Post a Comment