]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed
authorJani Laakso <jani.laakso@itmill.com>
Mon, 12 Feb 2007 12:12:44 +0000 (12:12 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Mon, 12 Feb 2007 12:12:44 +0000 (12:12 +0000)
#410 (Typo or bad img tag in Selects texts)
#412 (Typo or bad img tag in Container text)
#413 (Typo or bad img tag in Tabsheet text)

svn changeset:695/svn branch:toolkit

src/com/itmill/toolkit/demo/features/FeatureContainers.java
src/com/itmill/toolkit/demo/features/FeatureSelect.java
src/com/itmill/toolkit/demo/features/FeatureTabSheet.java

index af71a56286b1d7f9c60a3d4be0a4ebf74cd3e0bc..5b3f5fe1343277b9305929d801a5669a8e520b3d 100644 (file)
@@ -52,7 +52,7 @@ public class FeatureContainers extends Feature {
                        + "hierarchically. Those ordering models provide basis for "
                        + "Table, Tree and Select UI components. As with other data "
                        + "models, the containers support events for notifying about the "
-                       + "chaembedded.jpgnges."
+                       + "changes."
                        + "<br /><br />Set of utilities for converting between container models by "
                        + "adding external indexing or hierarchy into existing containers. "
                        + "In memory containers implementing indexed and hierarchical "
index 963eee11b2f426a395622844b7c6bcd6eec282de..b2e74bf3b99fd7f0569dd3e9de36386e17c4253b 100644 (file)
@@ -88,7 +88,7 @@ public class FeatureSelect extends Feature {
                                + "allows for multiple item selection, this is usually represented as either a "
                                + "listbox of selectable items or as a group of checkboxes."
                                + "<br/><br/>"
-                               + "Data soutree.jpgrce can be associated both with selected item and the list of selections. "
+                               + "Data source can be associated both with selected item and the list of selections. "
                                + "This way you can easily present a selection based on items specified elsewhere in application. "
                                + "<br/><br/>"
                                + "On the demo tab you can try out how the different properties affect the"
index 6d30a1a80b05711c7da38b15f088cd413878a0de..0e23d820bcb34a6314cc36febc3ee0ae42646b5d 100644 (file)
@@ -75,7 +75,7 @@ public class FeatureTabSheet extends Feature {
 
        protected String getDescriptionXHTML() {
                return "A multicomponent container with tabs for switching between them.<br/>"
-                               + "In the ntable.jpgormal case, one would place a layout component on each tab.<br/><br />"
+                               + "In the normal case, one would place a layout component on each tab.<br/><br />"
                                + "On the demo tab you can try out how the different properties affect "
                                + "the presentation of the component.";
        }