summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorZheSun88 <zhe@vaadin.com>2019-08-02 15:35:44 +0300
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>2019-08-05 11:11:36 +0300
commited218e90868fbcc65bbc6b3fa5ef0a37c5719473 (patch)
treeab2b8e506aa775fc79cddfcdff01d46d871a666b /documentation
parentdfc7b9e2b00e5a54c445128fead824c3f272d5de (diff)
downloadvaadin-framework-ed218e90868fbcc65bbc6b3fa5ef0a37c5719473.tar.gz
vaadin-framework-ed218e90868fbcc65bbc6b3fa5ef0a37c5719473.zip
Docs fixes and enlarge tolerance
Diffstat (limited to 'documentation')
-rw-r--r--documentation/components/components-overview.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/components/components-overview.asciidoc b/documentation/components/components-overview.asciidoc
index 5d0ccdbaca..f4d259306a 100644
--- a/documentation/components/components-overview.asciidoc
+++ b/documentation/components/components-overview.asciidoc
@@ -63,7 +63,7 @@ abstract class.
((("[classname]#AbstractListing#")))
There are three more specific types of components.
-<<components-fields#components.fields,"Field Components">>.
+Field Components:: allow user to edit a value in the UI. All extend [classname]#AbstractField#. Field components are described in detail in <<components-fields#components.fields,"Field Components">>.
Selection Component:: show a list of data that the user can select from. All extend [classname]#AbstractListing#. Selection components are described in detail in
<<components-selection#components.selection,"Selection Components">>.