From c94eb61e69d79de1f7d883eee4cc05ee97ad1b8c Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 15 Apr 2010 11:49:56 +0000 Subject: [PATCH] Merged all demo-page changes from 6.3 svn changeset:12564/svn branch:6.4 --- WebContent/index.html | 629 ++++++++++++++++++++++------- src/com/vaadin/ui/themes/Runo.java | 12 +- 2 files changed, 485 insertions(+), 156 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index ff3ac76a25..f1fd714e75 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -4,7 +4,8 @@ Vaadin @version@ - @@ -20,6 +21,8 @@

Sampler

-

The Sampler contains examples of all Vaadin core components and their features with example source code available for copying.

+

See all Vaadin Framework core components and their features in action in the Sampler! Sources for all samples are available for you to see and use.

Start Sampler » @@ -64,32 +68,432 @@

More Reasons to Choose Vaadin

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- diff --git a/src/com/vaadin/ui/themes/Runo.java b/src/com/vaadin/ui/themes/Runo.java index c68034dab0..29cc7089a6 100644 --- a/src/com/vaadin/ui/themes/Runo.java +++ b/src/com/vaadin/ui/themes/Runo.java @@ -3,7 +3,6 @@ */ package com.vaadin.ui.themes; - public class Runo extends BaseTheme { public static final String THEME_NAME = "Runo"; @@ -30,4 +29,15 @@ public class Runo extends BaseTheme { */ public static final String PANEL_LIGHT = "light"; + /*************************************************************************** + * + * TabSheet styles + * + **************************************************************************/ + + /** + * Smaller tabs, no border and background for content area + */ + public static final String TABSHEET_SMALL = "light"; + } -- 2.39.5