diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-02 16:33:56 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-02 16:33:56 +0000 |
commit | 2b6472d3cf2a444cade95f9064c76466be7df01e (patch) | |
tree | 9e28a07a25dee913beda65ae7379a32b655037b5 /WebContent | |
parent | 3422905d8e5b373b7bf5fc9fbf7cf296ba51b627 (diff) | |
download | vaadin-framework-2b6472d3cf2a444cade95f9064c76466be7df01e.tar.gz vaadin-framework-2b6472d3cf2a444cade95f9064c76466be7df01e.zip |
Added debug and mode-versions for feature -browser
svn changeset:209/svn branch:toolkit
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index c0e00d75c3..2397d07bc5 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -20,6 +20,10 @@ <h2>Feature Browser</h2> <ul> <li><a href="features/">Autodetected mode</a></li> + <li><a href="features/?renderingMode=uidl">AJAX-based UIDL-mode</a></li> + <li><a href="features/?renderingMode=uidl&debug=true">AJAX-based UIDL-mode (with debug window)</a></li> + <li><a href="features/?renderingMode=xslt">XSLT mode for older browsers</a></li> + <li><a href="features/?renderingMode=xslt&debug=true">XSLT mode for older browsers (with debug window)</a></li> <li><a href="src/com/itmill/toolkit/demo/features/">Sources folder</li> </ul> </td></tr> |