|
|
|
Re: [NEON] Table page with detail view [message #1755413 is a reply to message #1752855] |
Fri, 03 March 2017 07:34 |
|
Hello
Yes, this behavior has changed with Scout 5 (HTML UI). You can only have a detail table or a detail form at the same time. You can toggle them using the navigation buttons (up/down button at the top right).
There are two ways to get a table view with a detail form at the bottom:
1. Add a custom TableControl to the table, like the search form. To do so, override addDefaultTableControls() in the table page. Advantage: Belongs to the specified table. Disadvantage: Only one table control can be selected at a time.
2. Open a "normal" form with displayHint=DISPLAY_HINT_VIEW and displayViewId=VIEW_ID_S, i.e. do not set it as the detail form of the table page. This will create a new area on the desktop (that can even hold multiple views). Advantage: Form is visible all the time. Disadvantage: Form is not automatically removed when a different page is selected. You have to link it to the table page yourself.
A third possibility would be a detail form with a table field. Advantage: freedom to arrange elements as required. Disadvantage: different styling (e.g. smaller row height), no automatic table page functionality (e.g. "drill down").
Regards,
Beat
|
|
|
|
Powered by
FUDForum. Page generated in 0.04021 seconds