This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Multi tabs form

Flooux - Tuesday, July 24, 2012 9:47 AM:

Hi,

I want to know if there is a way to do a form with multiple tab like in the following screen ?

 

 

Thanks.



aponceot - Tuesday, July 24, 2012 10:42 AM:

Hi Florent,

There is no tab component in the form builder of aras, but you can use jquery ui to implement tabs : http://jqueryui.com/demos/tabs/

but it's not very simple to achieve.

You can also use a relationship tab where you can display an other aras form > relationship without related item with a custom Relationship view pointing to a form.



Flooux - Thursday, July 26, 2012 4:32 AM:

Ok thanks Anthony for these information