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

page 컴포넌트 direction 옵션의 필요성에 대하여 #45

Open
gitaeks opened this issue Sep 22, 2016 · 0 comments
Open

page 컴포넌트 direction 옵션의 필요성에 대하여 #45

gitaeks opened this issue Sep 22, 2016 · 0 comments

Comments

@gitaeks
Copy link
Member

gitaeks commented Sep 22, 2016

@kieregh , 페이지 컴포넌트를 기획할때 목록/보기 화면(2단계)에 적용을 주목적으로 개발되었는데요.

필요성

쇼핑몰 주문단계, 회원가입단계, 신청서 등록단계 등 다단계 액션페이지가 필요한 경우가 많은 것 같습니다.
현재 page 컨포넌트는 단방향성에 대해서만 지원하고 있는데요. 다단계 액션페이지 구조에서는 원하는 특정 페이지로 이동되는 경우가 빈번하게 발생합니다.

예를 들어 신청서 등록 과정이 3단계로 구성되어 있다고 하면,
신청서 마지막 단계에서 최초 액션페이지로 이동시키는 경우가 있을 것 입니다.

제안

direction 옵션 추가제안

data-direction="left | right"
기본값 : left

아래와 같이 마크업 되었다면, 저장 버튼을 터치하면 #3.right 가 적용됩니다.

<div id="3" class="page right">
  <button  data-toggle="page" data-start="#3" data-target="#1" data-direction="right">
    저장
  </button>
</div>

해당 옵션이 적용할 경우, 자기 자신에 .right 가 부여됩니다.

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

1 participant