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

make the width of wizard >ul >li auto generated (Enhancement)

Open sj-net opened this issue 10 years ago • 2 comments

can you make the width of the li items in title auto generated based number of li items present. so that user can add more than 4 sections. currently you have width:25%, and i hav 5 sections my 5th li tab is populating between title and content. if width is auto it will be good.

Code(Enhancment): In render method

width=stepContents.size(); renderTitle(wizard, options, state, $(this), index, width);

In rendertitle method add width to li item .

sj-net avatar Dec 02 '14 08:12 sj-net

I see this is from 2014, has this been implemented?

cheizer avatar May 30 '17 16:05 cheizer

what should I do when I want to create five steps with horizontal layout?

sheikmohamed90 avatar May 01 '20 11:05 sheikmohamed90