Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.eef.documentation/pages/language/page.html')
-rw-r--r--doc/org.eclipse.eef.documentation/pages/language/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.eef.documentation/pages/language/page.html b/doc/org.eclipse.eef.documentation/pages/language/page.html
index 44934fb47..4a34fafcb 100644
--- a/doc/org.eclipse.eef.documentation/pages/language/page.html
+++ b/doc/org.eclipse.eef.documentation/pages/language/page.html
@@ -17,7 +17,7 @@
<li>semanticCandidateExpression: The semantic candidate expression is used to select the object that will be used as the current context of the page. It allows you for example, to use an object as the input of the view but then decide that in a specific page, you want to display the properties of another object. This expression must return one object or a collection of objects to be used as the new context of the page. More information are available below in order to create multiple pages from one definition.</li>
<li>preconditionExpression: The precondition expression is used in order to determine if the page should be displayed or not. This expression must return a boolean.</li>
<li>groups: The list of the
- <a href="page.html">groups</a> that should be used in this page.
+ <a href="group.html">groups</a> that should be used in this page.
</li>
<li>semanticValidationRules: The validation rules of the page. For more details regarding the validation in EEF, have a look at the documentation of the
<a href="validation.html">validation</a>.

Back to the top