Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/Reorganize the tree and add a webservice"

(Diagram in a table)
 
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{note|Scout Tutorial|This page belongs to the {{ScoutLink|Tutorial|Minicrm Step-by-Step|Minicrm Step-by-Step Tutorial}}. It explains how reorganize the little application consisting of two pages such that you can add a webservice. You need that little {{ScoutLink|Tutorial|Write The Second Page|two page application}} in order to continue.}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
We started out with an application having two table pages. Notice how the list of persons comes just beneath the list of companies. If we want to show different named folders such as "persons" and "search resuilts" for a company, we need to add a '''page with nodes'''.
+
 
+
{|
+
|
+
  Standard Outline
+
  │
+
  ├─Company Table Page
+
  │  │
+
  │  └─Person Table Page
+
  │
+
  └─Person Table Page
+
|⇒
+
|
+
  Standard Outline
+
  │
+
  ├─Company Table Page
+
  │  │
+
  │  └─Company Details Node Page ← new
+
  │    │
+
  │    ├─Person Table Page
+
  │    │
+
  │    └─Bing Table Page ← new
+
  │
+
  └─Person Table Page
+
|}
+

Latest revision as of 06:22, 19 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top