CC-GNU LGPL
This software is licensed under the CC-GNU LGPL.

GWT Widget Library

Friday, May 26, 2006

 

ANNOUNCE: GWT Widget Library

The GWT Widget Library is a library of widgets and wrappers for the Google Web Toolkit. Currently this is a very short list, which will expand in time.

This is being distributed under the GNU-LGPL.

Version 0.0.1 Features:
Download:
Examples:

Example of using an effect with options:

Effect.highlight(widget, new EffectOption[]{
new EffectOption("startcolor", "#ff0000")
});


Example of using an effect with no options:

Effect.fade(widget);


Example of using an effect on a specific element id:

Effect.switchOff(RootPanel.get("leftNav"));

Comments: Post a Comment



<< Home

Archives

May 2006   June 2006  

This page is powered by Blogger. Isn't yours?