jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

Buttons on the top

Open gelinger777 opened this issue 11 years ago • 4 comments

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

gelinger777 avatar Jul 31 '14 16:07 gelinger777

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.

Sgierek106 avatar Jul 31 '14 20:07 Sgierek106

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

gelinger777 avatar Aug 01 '14 10:08 gelinger777

In version 2.0.0 will be a solution for this.

rstaib avatar Aug 01 '14 13:08 rstaib

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

sanathpathiraja avatar Jun 29 '17 09:06 sanathpathiraja