Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Create a controller for Form like Tables
Create a controller for Form like Tables [message #1832428] Thu, 17 September 2020 17:32 Go to next message
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
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.

index.php/fa/38925/0/

Kind Regards
Re: Create a controller for Form like Tables [message #1832688 is a reply to message #1832428] Wed, 23 September 2020 11:40 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
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
Previous Topic:Build Error
Next Topic:Save filter to database and reuse it
Goto Forum:
  


Current Time: Fri Apr 19 01:18:14 GMT 2024

Powered by FUDForum. Page generated in 0.02017 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top