From d51e48649f71d4476481f6c67291805c20cc339f Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Mon, 19 Dec 2016 17:25:45 +0200 Subject: Fix application documentation for 8 (#8045) * Fix application documentation for 8 Updated where only small changes, mention not updated when more changes. --- documentation/application/application-declarative.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/application/application-declarative.asciidoc') diff --git a/documentation/application/application-declarative.asciidoc b/documentation/application/application-declarative.asciidoc index b741cf1cab..dd6523ca86 100644 --- a/documentation/application/application-declarative.asciidoc +++ b/documentation/application/application-declarative.asciidoc @@ -191,8 +191,8 @@ documentation of Vaadin. Component properties are directly mapped to the attributes of the HTML elements according to the names of the properties. Attributes are written in lower-case letters and dash is used for word separation instead of upper-case letters in -the Java methods, so that [literal]#++input-prompt++# attribute is equivalent to -[methodname]#setInputPrompt()#. +the Java methods, so that [literal]#++placeholder++# attribute is equivalent to +[methodname]#setPlaceholder()#. For example, the __caption__ property, which you can set with [methodname]#setCaption()#, is represented as [literal]#++caption++# attribute. @@ -203,7 +203,7 @@ classes. [source, html] ---- - + ---- -- cgit v1.2.3