Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i keep spinning wheel inside the container? #2

Open
webspicer opened this issue Mar 25, 2015 · 4 comments
Open

how can i keep spinning wheel inside the container? #2

webspicer opened this issue Mar 25, 2015 · 4 comments

Comments

@webspicer
Copy link

I need to keep Spinning wheel inside the container not in window. how can i do this? please don't think as issue. i need help from your end..

@mcfedr
Copy link
Owner

mcfedr commented Mar 25, 2015

You can set SpinningWheel.container to an element obj, e.g.

SpinningWheel.container = document.querySelector('#myEl');
SpinningWheel.open();

@webspicer
Copy link
Author

Wow!!! it's working fine. but, I need little bit helpful from end that is the spinning wheel animation starting from bottom of the browser and placed the exact container.

Is it possible to change animation location start from div container's bottom instead of bottom of the browser? because, as per our specfication, this spinning wheel is going to show as widget in the existing dashboard and this animation disturb other widget & can't use iframe to load as external page.

@mcfedr
Copy link
Owner

mcfedr commented Mar 25, 2015

trying checking that the contianer is relatively positioned

@webspicer
Copy link
Author

I have removed done and cancel button as per requirements, how can i take spinning wheel selected value? i try with SpinningWheel.getSelectedValues(). it's not working. could you please provide me the solution asap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants