Hi all, Following is our formspider design (partial) for Sales Order transaction. We have a design where the screen is split into three split-panels from top to bottom. The bottom panel contain multiple tab panels with a minimum of three tabs. To get this structure I have got a total of around 20 separate panels:
I am writing this for two reasons.
George. |
Hi George, As you have mentioned, your first 12 panels(non-datasource panels) are general containers. I guess during the application lifecycle, these containers should be displayed statically and the content (datasource panels) should be changed dynamically. To assign a panel dynamically to another simple panel, you have to use
where In this way, the 12 containers panels can be used in common by every module since the content is dynamically added into these containers(non-datasource) panels. This will avoid creating twelve repetitive panels for every module. Hope this helps, |