Spectrum 컬러피커 추가 등

- MIT 라이선스의 Spectrum 컬러피커 추가. (기존 jPicker를 대체 - 파일은 그대로 두어서 의존성 문제 회피)
- 색상 선택하는 부분을 전반적으로 다듬음
This commit is contained in:
MinSoo Kim 2016-02-06 17:53:53 +09:00
parent 4698bcac3e
commit 3288d504d2
65 changed files with 36275 additions and 28 deletions

View file

@ -5,7 +5,7 @@
<!--%load_js_plugin("ui.tree")-->
<load target="js/document_category.js" />
<!--%load_js_plugin("ui.colorpicker")-->
<!--%load_js_plugin("spectrum")-->
<script>
var category_title = "{$lang->category}";
</script>
@ -61,7 +61,7 @@
<div class="x_control-group">
<label class="x_control-label" for="category_color">{$lang->category_color}</label>
<div class="x_controls">
<span class="x_input-append"><input type="text" class="color-indicator" name="category_color" id="category_color" value="" /></span>
<span class="x_input-append"><input type="color" class="color-indicator" name="category_color" id="category_color" value="" /></span>
<a href="#categoy_color_help" class="x_icon-question-sign" data-toggle>{$lang->help}</a>
<p id="categoy_color_help" hidden style="margin:8px 0 0 0">{$lang->about_category_color}</p>
</div>