From b8bc45a8cf18ee940fc32ea1e817272b86667053 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 6 Jun 2013 14:56:24 +0000 Subject: [PATCH] added iPhone like Switch Button git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gcube-widgets@76825 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 3 +++ .../gcube/portlets/user/gcubewidgets/client/WidgetFactory.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 629ccdc..96647bf 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + +Added iPhoneLike SwitchButton Widget + Mavenized Added GXT Style for GCUBE Dialog diff --git a/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java b/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java index ee90c67..b0f77d8 100644 --- a/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java +++ b/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java @@ -28,7 +28,7 @@ public class WidgetFactory implements EntryPoint { * This is the entry point method. */ public void onModuleLoad() { - showIOSButton(); + //showIOSButton(); } private void showIOSButton() {