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
This commit is contained in:
parent
dfa529668e
commit
b8bc45a8cf
|
@ -1,4 +1,7 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets.user.gcube-widgets.1-6-0" date="2013-05-19">
|
||||
<Change>Added iPhoneLike SwitchButton Widget</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets.user.gcube-widgets.1-4-0" date="2013-01-13">
|
||||
<Change>Mavenized</Change>
|
||||
<Change>Added GXT Style for GCUBE Dialog</Change>
|
||||
|
|
|
@ -28,7 +28,7 @@ public class WidgetFactory implements EntryPoint {
|
|||
* This is the entry point method.
|
||||
*/
|
||||
public void onModuleLoad() {
|
||||
showIOSButton();
|
||||
//showIOSButton();
|
||||
}
|
||||
|
||||
private void showIOSButton() {
|
||||
|
|
Loading…
Reference in New Issue