Create a controller for Form like Tables [message #1832428] |
Thu, 17 September 2020 17:32 |
|
Hello,
How to create a form controller like the one existing for table form ( "AbstractFormTableControl" ) my purpose is to implement something like the one exiting in the follwing screenshot.
Kind Regards
|
|
|
Re: Create a controller for Form like Tables [message #1832688 is a reply to message #1832428] |
Wed, 23 September 2020 11:40 |
|
Hi
The thing on the screenshot is not a table control. It is a regular form with display hint "view" that contains a big custom widget. The custom widget itself is implemented with Scout JS. To get started with Scout JS you should read the Technical Guide for Scout JS.
A table control will be displayed on the bottom of the table like the search form table control. If you still want to create a table control you can inherit from AbstractFormTableControl, link it with a form containing custom widgets and call table.addTableControl(control).
Hope it helps
Claudio
|
|
|
Powered by
FUDForum. Page generated in 0.04580 seconds