]> source.dussan.org Git - vaadin-framework.git/commitdiff
#1132
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 26 Nov 2007 14:33:35 +0000 (14:33 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 26 Nov 2007 14:33:35 +0000 (14:33 +0000)
svn changeset:2972/svn branch:trunk

src/com/itmill/toolkit/demo/testbench/TestForRichTextEditor.java

index b0897e91c22dbce00a0707b35ea16f59a2cc10fc..bf7b7e7afdd90a0576f1653787f0c0dd6d6c5fda 100644 (file)
@@ -35,6 +35,8 @@ public class TestForRichTextEditor extends CustomComponent implements
         rte = new RichTextArea();
         rte.addListener(this);
 
+        rte.setEnabled(false);
+
         main.addComponent(rte);
 
         main.addComponent(new Button("commit content to label below"));