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

support move year in datepicker daily mode #435

Closed
wants to merge 1 commit into from
Closed

Conversation

easylogic
Copy link
Collaborator

@easylogic easylogic commented Oct 10, 2016

datepicker daily 모드에서 년도 이동 기능 추가하였습니다.

calendar 에서도 동작합니다.

기본 동작은

head 에 move-year 클래스를 추가하고 아래와 같이 prev-year, next-year 를 넣어주시면 됩니다.

 <div class="head move-year">
                    <div class="prev-year"></div>
                    <div class="prev"><i class="icon-chevron-left"></i></div>
                    <div class="title"></div>
                    <div class="next"><i class="icon-chevron-right"></i></div>
                    <div class="next-year"></div>
                </div>

#434

@easylogic easylogic closed this Nov 28, 2016
@seogi1004 seogi1004 deleted the feature/#434 branch August 5, 2018 14:38
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

Successfully merging this pull request may close these issues.

None yet

1 participant