#18276363 * 날짜선택시 월/년 셀렉트 박스 표시하도록 수정

* r6767의 누락분

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6773 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2009-09-03 04:10:52 +00:00
parent 049ab82277
commit 24542fe034
2 changed files with 8 additions and 6 deletions

View file

@ -252,7 +252,7 @@
'<script type="text/javascript">'."\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".
' };'."\n".
' $.extend(option,$.datepicker.regional[\''.Context::getLangType().'\']);'."\n".

View file

@ -35,6 +35,8 @@
(function($){
$(function(){
var option = {
changeMonth:true,
changeYear:true,
gotoCurrent: false
,yearRange:'-100:+10'
, onSelect:function(){