Difference between revisions of "Adding a Quick tour guide to your portlet"

From Gcube Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
[[File:GCubeThemes.jpg]]
 
[[File:GCubeThemes.jpg]]
 +
 +
==Adding a gCube Quick tour guide to your gCube Portlet Project ==
 +
 +
* Download the latest jar from here: [http://dl.dropbox.com/u/15737233/Portal-Bundle%20files/gcube-quicktour.jar gcube-quicktour.jar]
 +
* Add the following to your .gwt.xml file
 +
<pre>
 +
<!-- inherits GCUBE Quick tour -->
 +
<inherits name='org.gcube.portlets.user.guidedtour.GuidedTour' />
 +
</pre>

Revision as of 18:44, 31 January 2012

gCube Quick tour guide

gCube Quick tour guide is a customizable dialogBox that can be loaded when your portlet starts up for new users. It is shipped with a built-in clickable option that allows a user to specify to not open it again.

gCube Quick tour guide comes with 12 different themes and is highly customizable. See some available themes in the picture below.

GCubeThemes.jpg

Adding a gCube Quick tour guide to your gCube Portlet Project

  • Download the latest jar from here: gcube-quicktour.jar
  • Add the following to your .gwt.xml file
<!-- inherits GCUBE Quick tour -->
<inherits name='org.gcube.portlets.user.guidedtour.GuidedTour' />