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

Buttons on the top #79

Open
gelinger777 opened this issue Jul 31, 2014 · 4 comments
Open

Buttons on the top #79

gelinger777 opened this issue Jul 31, 2014 · 4 comments

Comments

@gelinger777
Copy link

How to put Next Forward button elements on the top?? Is there a workaround? or an option?

@Sgierek106
Copy link

There may be a better way of doing it, but I simply added the following to the renderPagination function in jquery.steps.js:

wizard.prepend(pagination.format(options.actionContainerTag, options.clearFixCssClass,
            options.labels.pagination, buttons));

I added this line immediately before the wizard.append call, and it seems to work just fine.

@gelinger777
Copy link
Author

thank you @Sgierek106 !!! But I think should be an option to put it up and down.

@rstaib
Copy link
Owner

rstaib commented Aug 1, 2014

In version 2.0.0 will be a solution for this.

@sanathpathiraja
Copy link

I use this
$("div.actions").insertBefore("div.content");

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

No branches or pull requests

4 participants