Skip to main content



      Home
Home » Eclipse Projects » Eclipse Scout » Fill Horizontal Form
Fill Horizontal Form [message #1795971] Wed, 03 October 2018 08:16 Go to next message
Eclipse UserFriend
Hello,
I would like to know how I can make the form appear on all the nodepage.
I made a NodePage in with I added a Form

@Override
protected Class<? extends IForm> getConfiguredDetailForm() {
// TODO Auto-generated method stub
return CustomerForm.class;
}


How to make the form appear on all the Page and not like in the screenshot.
Kind Regards

Re: Fill Horizontal Form [message #1795972 is a reply to message #1795971] Wed, 03 October 2018 08:29 Go to previous messageGo to next message
Eclipse UserFriend
I think the visible reserved space is from the label of the table field. Thus set getConfiguredLabelVisible() to false for the table field.

Kind regards
Stephan
Re: Fill Horizontal Form [message #1795976 is a reply to message #1795972] Wed, 03 October 2018 09:03 Go to previous messageGo to next message
Eclipse UserFriend
Hello
I already removed that space using the LabelVisible as you said, but there still some space, please take a look on the screenshot Form.png
How to remove the right and Left spaces ?
Kind Regards
  • Attachment: Form.png
    (Size: 11.90KB, Downloaded 97 times)
Re: Fill Horizontal Form [message #1795979 is a reply to message #1795976] Wed, 03 October 2018 09:21 Go to previous messageGo to next message
Eclipse UserFriend
If you only want to display a table, you should use an AbstractPageWithTable instead of a form containing only a table (see for example Persons table in https://scout.bsi-software.com/contacts).
For the node page with form, you may try to use getConfiguredStatusVisible to reduce the space on the right side. For what is left, you probably need to use CSS, but I wouldn't recommend that.

Kind regards
Stephan
Re: Fill Horizontal Form [message #1795981 is a reply to message #1795979] Wed, 03 October 2018 09:34 Go to previous message
Eclipse UserFriend
Hello,
I know there is a specific Page for Tables but lets change the Table to a CalendarField, the only way is to use NodePage I guess, and then we would like to get all the Calendar fitting to the Page.
Kind Regards
Previous Topic:Witch Field supports Camera Capture
Next Topic:Hwo to execute an SQL Script File
Goto Forum:
  


Current Time: Sun Jun 22 05:54:08 EDT 2025

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

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

Back to the top