D
Damian Fawkner
Hi,
I have a repeating section on a form. Now the contents of each instance of
the repeated section has the potential to be quite long. I would like to
allow ravelling and unravelling of a repeated section. Similar to a tree
view control (click on the +/-) in explorer.
Ideally I'd like to do this with a minimal of coding underneath.
To illustrate what I'm after - Let's say the section normally contains
Name
Description (a section inside this section)
Other elements
Now when I 'ravel' this section, I want to hide the Description section and
any other elements in this section and just show the 'Name' component.
I.e. If a ravel up all the sections, I'd like to see
+ Name 1
+ Name 2
+ etc...
When I unravel them, then I want to see something like:
- Name1
Description section for Name 1
Other elements for this Name
- Name 2
Description section for Name 2
Other elements for this Name
etc...
Is this possible. And if so, how?
Regards
Damian
I have a repeating section on a form. Now the contents of each instance of
the repeated section has the potential to be quite long. I would like to
allow ravelling and unravelling of a repeated section. Similar to a tree
view control (click on the +/-) in explorer.
Ideally I'd like to do this with a minimal of coding underneath.
To illustrate what I'm after - Let's say the section normally contains
Name
Description (a section inside this section)
Other elements
Now when I 'ravel' this section, I want to hide the Description section and
any other elements in this section and just show the 'Name' component.
I.e. If a ravel up all the sections, I'd like to see
+ Name 1
+ Name 2
+ etc...
When I unravel them, then I want to see something like:
- Name1
Description section for Name 1
Other elements for this Name
- Name 2
Description section for Name 2
Other elements for this Name
etc...
Is this possible. And if so, how?
Regards
Damian