diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-05-20 14:44:42 +0300 |
---|---|---|
committer | Marko Grönroos <magi@vaadin.com> | 2016-06-30 11:13:20 +0000 |
commit | 93767cf76b2fb14c65b758066c67fc8b48cc2eeb (patch) | |
tree | 958ddb8c45271e9a505280ef750ae07ebeda170f /documentation/components/components-combobox.asciidoc | |
parent | edad7348bb8eba807225bfa72d4b0a4342426c71 (diff) | |
download | vaadin-framework-93767cf76b2fb14c65b758066c67fc8b48cc2eeb.tar.gz vaadin-framework-93767cf76b2fb14c65b758066c67fc8b48cc2eeb.zip |
Scaled images for print edition and fixed errors up to the beginning of layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview.
Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
Diffstat (limited to 'documentation/components/components-combobox.asciidoc')
-rw-r--r-- | documentation/components/components-combobox.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/components/components-combobox.asciidoc b/documentation/components/components-combobox.asciidoc index 67c890779a..f3fd6d9962 100644 --- a/documentation/components/components-combobox.asciidoc +++ b/documentation/components/components-combobox.asciidoc @@ -20,7 +20,7 @@ selection component features are described in Components">>. .The [classname]#ComboBox# Component -image::img/combobox-basic.png[] +image::img/combobox-basic.png[width=35%, scaledwidth=50%] [classname]#ComboBox# supports adding new items when the user presses kbd:[Enter]. @@ -36,7 +36,7 @@ drop-down list by the text entered in the input box. [[figure.components.combobox.filter]] .Filtered Selection in [classname]#ComboBox# -image::img/combobox-filtering.png[] +image::img/combobox-filtering.png[width=35%, scaledwidth=50%] Pressing kbd:[Enter] will complete the item in the input box. Pressing kbd:[Up] and kbd:[Down] arrow keys can be used for selecting an item from the drop-down list. The drop-down list is paged and clicking on the scroll buttons will change to the @@ -62,7 +62,7 @@ component. [parameter]#STARTSWITH#:: Matches only items that begin with the given string. -[parameter]#OFF#(default):: Filtering is by default off and all items are shown all the time. +[parameter]#OFF# (default):: Filtering is by default off and all items are shown all the time. |