Question
3
Replies
555
Views
Posted: June 7, 2017
Last activity: July 26, 2017
Closed
Solved
How to display pages under a pagelist in different tabs or as different layouts in accordian
Hi All,
I have a clipboard structure like pagelist under a pagelist. Ex: SectionsList().Questionslist().
Is there any way to display each section in a different tab and and the questions list details under that tab.
Otherwise each section as Accordian layout and the questions details under the Layout. Please suggest.
Hello,
I don’t think you can easily do this. I would try to work with temporary PageList maybe. Create a second structure that you will never save on your WorkObject but just use for display purposes.
Of course that would mean a lot of maintenance when initializing the screen or pressing submit to push back all values into the right PageList and properly remove the temporary ones.