summaryrefslogtreecommitdiffstats
path: root/documentation/articles/ReadOnlyVsDisabledFields.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/articles/ReadOnlyVsDisabledFields.asciidoc')
-rw-r--r--documentation/articles/ReadOnlyVsDisabledFields.asciidoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/ReadOnlyVsDisabledFields.asciidoc b/documentation/articles/ReadOnlyVsDisabledFields.asciidoc
index c3ea362d9a..09a0509eb7 100644
--- a/documentation/articles/ReadOnlyVsDisabledFields.asciidoc
+++ b/documentation/articles/ReadOnlyVsDisabledFields.asciidoc
@@ -9,8 +9,7 @@ layout: page
This article was written before Vaadin 7.3, and is referring to the previous default theme, Reindeer. The visual appearance of read-only fields is different in the newer default theme, Valo. In Valo, read-only fields retain the border around the input field.
[[read-only-vs-disabled-fields]]
-Read-only vs Disabled fields
-----------------------------
+= Read-only vs Disabled fields
Vaadin input field components have both a _disabled_ and a _read-only_
state (which can be set through the *setEnabled(false)* and