Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-25 Thread David Muturi
Hi Thuy, Many thanks. I used your solution and it worked. rgds David 2015-01-20 9:50 GMT+03:00 Thuy Nguyen : > Hi David, > > Can you try below sample. > > > > jQuery(document).ready( function() { > > jQuery( '#tabs' ).tabs({ collapsible : true }); > > }); > > > > > > > > > Tab n

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-20 Thread David Muturi
Asante Lars, nice and simple. rgds David 2015-01-20 11:34 GMT+03:00 Lars Helge Øverland : > Docs for jquery ui tabs here: > > http://jqueryui.com/tabs/ > > Lars > > ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launc

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-20 Thread David Muturi
Many thanks Thuy, I will try this out and revert. rgds David 2015-01-20 9:50 GMT+03:00 Thuy Nguyen : > Hi David, > > Can you try below sample. > > > > jQuery(document).ready( function() { > > jQuery( '#tabs' ).tabs({ collapsible : true }); > > }); > > > > > > > > > Tab names > >

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-20 Thread Lars Helge Øverland
Docs for jquery ui tabs here: http://jqueryui.com/tabs/ Lars ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHe

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-19 Thread Thuy Nguyen
Hi David, Can you try below sample. jQuery(document).ready( function() { jQuery( '#tabs' ).tabs({ collapsible : true }); }); Tab names Tab names Tab names On Tue, Jan 20, 2015 at 1:07 PM, David Muturi wrote: > Many thanks Guy, I am aware of the s

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-19 Thread David Muturi
Many thanks Guy, I am aware of the section forms, this only applies to the default forms, what I wanted was a script to enable the custom form get tabs. rgds David 2015-01-20 7:00 GMT+03:00 Guy Ekani : > Hello, > > Despite the fact that we didn't see all of the form in your screen > capture, I t

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-19 Thread Guy Ekani
Hello, Despite the fact that we didn't see all of the form in your screen capture, I think Section Forms could help you ! In Edit Data Set, dont forget to set : Render sections as tabs to Yes https://www.dhis2.org/doc/snapshot/en/user/html/ch06s02.html#d5e1294  Sincerely, =