From ffda558c8a4f04626a8d44316bef6033de67d5e7 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Mon, 12 Feb 2007 12:12:44 +0000 Subject: [PATCH] Fixed #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 | 2 +- src/com/itmill/toolkit/demo/features/FeatureSelect.java | 2 +- src/com/itmill/toolkit/demo/features/FeatureTabSheet.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/itmill/toolkit/demo/features/FeatureContainers.java b/src/com/itmill/toolkit/demo/features/FeatureContainers.java index af71a56286..5b3f5fe134 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureContainers.java +++ b/src/com/itmill/toolkit/demo/features/FeatureContainers.java @@ -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." + "

Set of utilities for converting between container models by " + "adding external indexing or hierarchy into existing containers. " + "In memory containers implementing indexed and hierarchical " diff --git a/src/com/itmill/toolkit/demo/features/FeatureSelect.java b/src/com/itmill/toolkit/demo/features/FeatureSelect.java index 963eee11b2..b2e74bf3b9 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureSelect.java +++ b/src/com/itmill/toolkit/demo/features/FeatureSelect.java @@ -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." + "

" - + "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. " + "

" + "On the demo tab you can try out how the different properties affect the" diff --git a/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java b/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java index 6d30a1a80b..0e23d820bc 100644 --- a/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java +++ b/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java @@ -75,7 +75,7 @@ public class FeatureTabSheet extends Feature { protected String getDescriptionXHTML() { return "A multicomponent container with tabs for switching between them.
" - + "In the ntable.jpgormal case, one would place a layout component on each tab.

" + + "In the normal case, one would place a layout component on each tab.

" + "On the demo tab you can try out how the different properties affect " + "the presentation of the component."; } -- 2.39.5