mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
#18276363 * 날짜선택시 월/년 셀렉트 박스 표시하도록 수정
* r6767의 누락분 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6773 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
049ab82277
commit
24542fe034
2 changed files with 8 additions and 6 deletions
|
|
@ -252,7 +252,7 @@
|
||||||
'<script type="text/javascript">'."\n".
|
'<script type="text/javascript">'."\n".
|
||||||
'(function($){'."\n".
|
'(function($){'."\n".
|
||||||
' $(function(){'."\n".
|
' $(function(){'."\n".
|
||||||
' var option = { gotoCurrent: false,yearRange:\'-100:+10\', onSelect:function(){'."\n".
|
' var option = { changeMonth:true, changeYear:true, gotoCurrent: false,yearRange:\'-100:+10\', onSelect:function(){'."\n".
|
||||||
' $(this).prev(\'input[type="hidden"]\').val(this.value.replace(/-/g,""))}'."\n".
|
' $(this).prev(\'input[type="hidden"]\').val(this.value.replace(/-/g,""))}'."\n".
|
||||||
' };'."\n".
|
' };'."\n".
|
||||||
' $.extend(option,$.datepicker.regional[\''.Context::getLangType().'\']);'."\n".
|
' $.extend(option,$.datepicker.regional[\''.Context::getLangType().'\']);'."\n".
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,8 @@
|
||||||
(function($){
|
(function($){
|
||||||
$(function(){
|
$(function(){
|
||||||
var option = {
|
var option = {
|
||||||
|
changeMonth:true,
|
||||||
|
changeYear:true,
|
||||||
gotoCurrent: false
|
gotoCurrent: false
|
||||||
,yearRange:'-100:+10'
|
,yearRange:'-100:+10'
|
||||||
, onSelect:function(){
|
, onSelect:function(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue