Search code examples
oracle-adfjdeveloper

how to change the position of textfield in adf forms?


Hi friends i am using jdev 11g release2 (11.1.2.4.0).I want to create a registration form from dragging datas from data control and my question was how to change or move the position of textfield in that form into different areas?


Solution

  • You should be using various layout components to achieve the layout you want, and remember that layout components can be nested to create more complex layouts.

    See some examples here: http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/layoutForm.jspx You can use the view source menu to see how they achieved that.

    http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/layoutBasics.jspx