From 93767cf76b2fb14c65b758066c67fc8b48cc2eeb Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Fri, 20 May 2016 14:44:42 +0300 Subject: 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 --- documentation/components/components-combobox.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/components/components-combobox.asciidoc') 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. -- cgit v1.2.3