rhymix/common/js/plugins/ui.colorpicker
MinSoo Kim 8de3dfb4e8 모바일이나 HTML5 를 잘 지원하는 환경에서 에디터 컴포넌트 사용 개선
- 폭이 좁은 화면에서도 기본 에디터 컴포넌트를 편하게 사용할 수 있게 개선
- 컬러피커가 내장된 HTML5 지원 브라우저에서는 내장된 컬러피커를 이용하도록 개선(type=color 인 경우)
- input type=number, type=url 등을 지원하는 브라우저에서 조금 더 편리하게 컴포넌트 항목을 다루도록 수정
- 갤러리 컴포넌트가 확장자 대문자인 경우 이미지를 표시하지 못하던 문제 수정.
2016-02-05 23:36:58 +09:00
..
css UI refactoring for document category 2012-10-30 05:47:24 +00:00
images issue 1418, changed a plugin for color picker 2012-03-02 12:03:38 +00:00
ChangeLog.txt issue 1418, changed a plugin for color picker 2012-03-02 12:03:38 +00:00
jpicker-1.1.6.js jpicker-1.1.6.js UI bugfix. 2012-12-06 02:29:57 +00:00
jpicker-1.1.6.min.js jpicker-1.1.6.js UI bugfix. 2012-12-06 02:29:57 +00:00
minify.ini issue 1418, changed a plugin for color picker 2012-03-02 12:03:38 +00:00
plugin.load issue 1418, changed a plugin for color picker 2012-03-02 12:03:38 +00:00
ReadMe.txt issue 1418, changed a plugin for color picker 2012-03-02 12:03:38 +00:00
xe_colorpicker.js 모바일이나 HTML5 를 잘 지원하는 환경에서 에디터 컴포넌트 사용 개선 2016-02-05 23:36:58 +09:00

jPicker 1.1.6

jQuery Plugin for Photoshop style color picker

Copyright (c) 2010 Christopher T. Tillman
Digital Magic Productions, Inc. (http://www.digitalmagicpro.com/)
MIT style license, FREE to use, alter, copy, sell, and especially ENHANCE

Painstakingly ported from John Dyers' excellent work on his own color picker based on the Prototype framework.

John Dyers' website: (http://johndyer.name)
Color Picker page:   (http://johndyer.name/post/2007/09/PhotoShop-like-JavaScript-Color-Picker.aspx)


    jPicker is a fast, lightweight jQuery plugin for including an advanced color picker in your web projects.
It has been painstakenly ported from John Dyers' awesome work on his picker using the Prototype framework.

    jPicker supports all current browsers and has been extensively tested in Chrome, Firefox, IE5.5+, Safari,
and Opera.

    If you are updating a current version, you MUST always use the CSS and image files from the download as
there may have been changes.

    If you are moving from a V1.0.* version, you MUST read the docs below to implement some changes to the
Color object returned by the callback functions.


Known Issues
______________
Attaching multiple jPicker objects on a single page will slow performance.
  jPicker creates a new instance of the picker for every element. Performance will suffer when binding dozens of instances.


Coming Soon
______________

    Will consider supporting jQuery ThemeRoller CSS API for theming the UI if demand exists.

Planned For Future Release
______________

  Move the jPicker object to a single instance that all selection instances point to.
     - This will result in much faster operation and initialization for pages with multiple pickers.

  Add activateCallback option for calling a callback function when the jPicker is activated or its binding is switched to a different picker element.
  
  Add multiple window modes for picker operation, include modal, popup, windowed, and exclusive.