Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Outline open form?
Outline open form? [message #1415632] Wed, 03 September 2014 08:26 Go to next message
Flash Man is currently offline Flash ManFriend
Messages: 17
Registered: August 2014
Junior Member
Hello,

how to show form inside outline, when I open outline? Now, when I click to outline, I have sidebar for pages tree and content, but I want to add form to outline

Thanks!
Re: Outline open form? [message #1415643 is a reply to message #1415632] Wed, 03 September 2014 09:00 Go to previous messageGo to next message
Matthias Otterbach is currently offline Matthias OtterbachFriend
Messages: 9
Registered: June 2013
Junior Member
You could probably create a node page and use the execPageActivated() method to set the detail form, e.g.:

  @Override
  protected void execPageActivated() throws ProcessingException {
      ...
      setDetailForm(form);
      ...
  }


If you do not want to show the side bar at all, you could try hiding it or try the setDetailForm(...) method on the outline itself.
Re: Outline open form? [message #1415672 is a reply to message #1415643] Wed, 03 September 2014 10:24 Go to previous message
Jeremie Bresson is currently offline Jeremie BressonFriend
Messages: 1252
Registered: October 2011
Senior Member
Some pointers:

Wiki: How to Open a Form in a View

Forum:
* Form in Page possible?
* A page with master detail



Previous Topic:NoSQL and Scout
Next Topic:Add this to top (see image)
Goto Forum:
  


Current Time: Thu Apr 18 14:58:02 GMT 2024

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

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

Back to the top