From 4d4a848c19d9a0440dee7abd92b123d1ccaae187 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 13 Apr 2010 07:59:42 +0000 Subject: [PATCH] Demo-page update svn changeset:12496/svn branch:6.3 --- WebContent/index.html | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index 8358a37f30..a42c71dfd4 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -150,7 +150,7 @@ Chameleon ThemeCreate your own theme in seconds - Available in Vaadin Directory + Available in the Vaadin Directory
@@ -216,13 +216,13 @@
  • Best Documentation Around

    -
    +
    Book of Vaadin
    Documentation Is The Key to Understanding

    The Book of Vaadin provides you with all the information you need about Vaadin in a comprehensive form. It's available as a free PDF download, or alternatively as a physical book from Lulu.com

    -
    API

    When you get down to programming the Vaadin API Reference Documentation will help you with the classes and the methods.

    @@ -263,22 +263,28 @@
  • -
  • +
  • Develop With Tools You Already Know

    + Eclipse IDE
    Eclipse

    Vaadin provides an Eclipse plugin which automatically sets up your project, compiles your widgetset and more.

    -
    +
    +
    NetBeans

    A community created Vaadin NetBeans plugin is available for all NetBeans developers.

    -
    +
    + Maven
    Maven

    Vaadin is in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.

    -
    +
    +
    Any IDE / automated build system (Ant)

    Ant integration is provided for users of any IDE, for automatic build systems and for users preferring to not using an IDE.

    @@ -326,6 +332,11 @@
    + + +
    @@ -480,10 +491,12 @@ var height = 0; $("#reasons .tab").each(function(i, li) { li = $(li); - li.css({"position":"absolute"}); if(li.height() > height) { + console.log(height); height = li.outerHeight(); + console.log(height); } + li.css({"position":"absolute"}); if(i>0){ li.hide(); } -- 2.39.5