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

[JUI] Slider 구현 #367

Closed
easylogic opened this issue Oct 15, 2015 · 3 comments
Closed

[JUI] Slider 구현 #367

easylogic opened this issue Oct 15, 2015 · 3 comments

Comments

@easylogic
Copy link
Collaborator

http://store.jui.io/view.php?id=561efadb94976c48124dec7e

에서 구현중임.

디자인이 완료되면 테스트를 거쳐서 들어갈 계획.

@easylogic
Copy link
Collaborator Author

현재 까지 구현된 기능

  • single slider
  • progress bar, handle 표시
  • popup 표시
  • step 기능

필요한 기능

  • prefix, postfix 적용 (템플릿 또는 함수로 구현 가능)
  • 2 handle 구현
  • 소수점 자리수 맞추기
  • track 에 마우스 드래그 했을 때 마우스 지점의 값 popup으로 표시하기

@easylogic
Copy link
Collaborator Author

slider('.slider', {
   type : 'range',
   min : 0,
   max : 10,
   value : 50, 
   startValue : 10,

});

@easylogic
Copy link
Collaborator Author

구현 완료 ~

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