aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/features/FeatureTextField.java
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-01-03 12:58:47 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-01-03 12:58:47 +0000
commit326c7747558d7ff683119a63761d69c1bcc16875 (patch)
tree23716066193a5a2a0d5fc4ed411cb3a6db4c1b93 /src/com/itmill/toolkit/demo/features/FeatureTextField.java
parentbbaef9ac6e26cf0a3d8a8746fc2943be50acc95a (diff)
downloadvaadin-framework-326c7747558d7ff683119a63761d69c1bcc16875.tar.gz
vaadin-framework-326c7747558d7ff683119a63761d69c1bcc16875.zip
Millstone -> IT Mill Toolkit
svn changeset:216/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureTextField.java')
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureTextField.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTextField.java b/src/com/itmill/toolkit/demo/features/FeatureTextField.java
index 68766ea57d..09f6e2b5a9 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureTextField.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureTextField.java
@@ -73,9 +73,9 @@ public class FeatureTextField extends Feature {
* @see com.itmill.toolkit.demo.features.Feature#getDescriptionXHTML()
*/
protected String getDescriptionXHTML() {
- return "<p>Millstone combines the logic of both the single line text-entry field and the multi-line "
+ return "<p>TextField combines the logic of both the single line text-entry field and the multi-line "
+ "text-area into one component. "
- + "As with all Data-components of Millstone, the Textfield can also be bound to an "
+ + "As with all Data-components of IT Mill Toolkit, the TextField can also be bound to an "
+ "underlying data source, both directly or in a buffered (asynchronous) "
+ "mode. In buffered mode its background color will change to indicate "
+ "that the value has changed but is not committed.</p>"