Coder Social home page Coder Social logo

eemi2010 / gwt-tour Goto Github PK

View Code? Open in Web Editor NEW
32.0 32.0 9.0 622 KB

GWT API for the hopscotch framework. Let s you create beautiful tour in your web app.

Home Page: http://eemi2010.github.io/gwt-tour/

License: Apache License 2.0

Java 11.28% JavaScript 27.70% CSS 14.04% HTML 46.99%

gwt-tour's People

Contributors

eemi2010 avatar eliovir avatar kerbymart avatar olivier-maury avatar patou avatar vasvir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gwt-tour's Issues

setStepNums doesn't change step numbers

From what I can tell, setStepNums does nothing. I tried this code:

Tour tour = new Tour("Introduction");
tour.setStepNums(new String[] {"a", "b", "c"});

and the step number still show up as "1", "2", "3", ...

Mavenize project

Make gwt-tour available for use in Maven based project as a maven dependency

onClose not implemented

In the docs it says that onClose is an available function but it is not implemented in the wrapper.

getState

In the documentation, I see getState() listed as a method. GwtTour.getState() - Checks for tour state saved in sessionStorage/cookies and returns the state if it exists. Use this method to determine whether or not you should resume a tour

However when trying to use this method, I can't find it in the GWT API. Has this function been implemented?

Multipage

Having trouble using the multipage feature. In the original hopscotch framework in addition to setting multipage flag to true, they usually specify the page of which the target of the step is on.

I'm not seeing this feature on the GWT API and am therefore having trouble moving to a step thats on another page.

Suggestions?

onNext Callback

For some reason the onNext Callback is not working while onShow is working. I've tried onCTAButton as well and it is not working.

Function missing from jar

The class com.ait.toolkit.core.client.Function seems to be missing from the jar file located at ahome.

Or maybe I'm missing something here?

Move the gwttour repository up to the parent

The reporitory gwttour in the racine isn't a standard GIT (and GitHub) best pratics.
In the GitHub, the README isn't displayed, and if we have a build system, the maven can't be launch because, the build system search the pom.xml file.

I suggest to move all content from the gwttour folder to his root parent folder.

CTALabel not displayed

There is a typo in the setCtaLabel function in TourStep class.
It should be ctaLabel instead of ctalLabel (l after cta)

public void setCTALabel(String label) {
        JsoHelper.setAttribute(peer, "ctalLabel", label);
}

setStepNums does not work

When trying to do setStepNums like this:

dashboardTour.setStepNums("3", "2", "1");

When tested, the step number for a tour with 3 steps, is still 1, 2, and 3 which the expected should be 3, 2 and 1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.