From 899fd1a26ac230535adce554e8b948aa81877e2d Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Mon, 9 Jan 2017 17:03:52 +0200 Subject: Fix broken links in documentation (#8182) --- documentation/components/components-selection.asciidoc | 6 +++--- documentation/datamodel/datamodel-selection.asciidoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/components/components-selection.asciidoc b/documentation/components/components-selection.asciidoc index 50e0ddaeeb..b136fe79bc 100644 --- a/documentation/components/components-selection.asciidoc +++ b/documentation/components/components-selection.asciidoc @@ -7,7 +7,7 @@ layout: page [[components.selection]] = Selection Components -For a better overview on how selection works, see link:../datamodel/datamodel-selection.asciidoc[Selecting items] +For a better overview on how selection works, see link:<>. Vaadin offers many alternative ways for selecting one or more items. The core library includes the following selection components, all based on either @@ -109,7 +109,7 @@ elements. [[components.selection.getset]] == Getting and Setting Selection -For a better overview on how selection works, see link:../datamodel/datamodel-selection.asciidoc[Selecting items] +For a better overview on how selection works, see link:<>. You can get selected the item with [methodname]#getValue()# of the [interfacename]#HasValue# interface that returns either a single selected item @@ -154,7 +154,7 @@ image::img/select-selected1.png[width=30%, scaledwidth=40%] [[components.selection.multiple]] == Multiple Selection -For a better overview on how selection works, see link:../datamodel/datamodel-selection.asciidoc[Selecting items] +For a better overview on how selection works, see link:<>. Some selection components, such as [classname]#CheckBoxGroup#, [classname]#ListSelect# and [classname]#TwinColSelect# are multiselect components, diff --git a/documentation/datamodel/datamodel-selection.asciidoc b/documentation/datamodel/datamodel-selection.asciidoc index 9ac125154f..40d0bd8548 100644 --- a/documentation/datamodel/datamodel-selection.asciidoc +++ b/documentation/datamodel/datamodel-selection.asciidoc @@ -5,7 +5,7 @@ layout: page --- [[datamodel.selection]] -= Selecting items += Selecting Items Listing components displaying data also support allowing the user to select items. Depending on component, it the user can select either one or several items at a time. -- cgit v1.2.3